Skip to content
Avatar
🍜
Thinking about ramen
🍜
Thinking about ramen

Highlights

  • Arctic Code Vault Contributor

Organizations

@lampepfl @OpenHEVC @xiph @lampepfl-courses

Pinned

  1. The Scala 3 compiler, also known as Dotty.

    Scala 4.3k 701

  2. An example sbt project that compiles using Dotty

    Scala 241 78

  3. Modern video compression for the internet

    C 499 96

  4. Personal fork of https://aomedia.googlesource.com/aom/

    C 8 8

  5. The fastest and safest AV1 encoder.

    Assembly 2.4k 174

  6. Visual comparison of videos in the browser

    JavaScript 21 7

1,144 contributions in the last year

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri

Contribution activity

February 2021

Created a pull request in lampepfl/dotty that received 5 comments

Created an issue in lampepfl/dotty that received 3 comments

Opaque type not transparent when seen from a computed prefix

class Foo { opaque type Num = Int val z = Test.id(this)(1) } object Test { def id(f: Foo)(x: f.Num): f.Num = x } -- [E007] Type Mismatch Error: try/o…

3 comments
Opened 1 other issue in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.