Øyvind Raddum Berg
Øyvind Raddum Berg
https://github.com/ScalablyTyped/Runtime/pull/1
Snipped from #142 > I think some more clever caches can alleviate this by serializing the dependency trees once we have generated them the first time. In fact, if you...
This is probably the coolest feature, and should be the most visible.
Need to figure out if we can set source map url in the generated class/ir files to scala files inside a source jar. barring that we'll need to be creative
I fought with this for a while until I understood what happened, https://github.com/typelevel/cats/issues/3812 . A possible way forward is to remove `implicit` from `TextInstances1#foldableInstance`. I think that should both plug...
Hey there. In https://github.com/typelevel/cats/pull/3299 (I think. at least in 2.4.x) tuples gained a `Foldable` (among others, naturally) instance, which only considers the right-most element. I guess I'm opening up a...
AFAIU scala-js-dom was originally generated based on some ancient version of typescript, in the 1.x days and manually patched since. In the meantime those definitions have seen considerable expansion and...
Hi there I'm working towards porting $WORK-project to scala 3, and on of the last blockers is usage of customized circe codecs, provided by circe-magnolia for now. Do you have...
- Dependent upon #366 Solves the problem by injecting fake modules into the AST with `export import from '...'` taken from `exports` in `package.json` The predictable module names will be...
## Compiler version 3.4.0-RC4 ## Problem First I want to celebrate the work that has been done for Scala 3.4 to provide Intellij with timing details so that you can...