Dan Di Spaltro

Results 14 issues of Dan Di Spaltro

Any chance you'd like to relicense this code to Apache or something similar? An LGPL dependency makes it hard to use in a corporate environment.

### Describe the feature So esbuild implements something for this: https://esbuild.github.io/api/#mangle-cache its basically to make mangle properties worth it by persisting over multiple files. Webpack via terserPlugin does the same...

enhancement

### Short description Right now I use a really short refresh-interval to simulate near realtime updates to a persistence Id. I notice this is pretty taxing on Cassandra. I have...

1 - triaged

Since modules are now supported and work great with scala.js, but don't work great with the Closure compiler, and apparently won't ever work with it. I think it would be...

enhancement

The HTML that gets generated uses `[name]-test-[stage].js` vs `[name]-test-[stage]-bundle.js`. It looks like it's looking at `fastOptJS in testHtmlFastOpt` for the file name. I made a quick fix in my own...

bug

Would you mind if I submitted a PR that did the following: * Move the actorSystem implicit to the creation of the client, * Add an implicit for the materializer...

Hi there, I'm trying to use this in a nixos/nix container and it's mostly working great except one thing. scalapb. Scalapb has some checks to use `$NIX_CC/nix-support/dynamic-linker` if it's available...

I copied the CE3 tests, but made them work in ZIO style.

Looking at the go code, the random int they generate is positive only. Which makes sense. So I think changing the code to something like would be better. ```scala def...

So I didn't know about the printing thing, but after enabling it there were some dirty threads, and this scope closing on suspend seems to fix it. This has been...