dmjio

Results 138 comments of dmjio

Using the binary cache is the fix for now. Regarding when miso will be updated to use the new JS / wasm backend I think it depends on when FFI...

@caryoscelus https://gitlab.haskell.org/ghc/ghc/-/wikis/javascript-backend#current-status-and-supported-features

There’s no corporate pay wall, but if you build at the old hash with the old version of nix it should be reproducible.

@caryoscelus it does seem like foreign imports are supported, but not exports. This should be okay, I will get back to you as to how long it would take to...

@caryoscelus If you'd prefer we can use our own binary cache, with our own s3 bucket and sign our own packages - cachix just makes this more convenient and our...

@alexfmpe - https://github.com/dmjio/miso/releases/tag/1.8.4 - https://hackage.haskell.org/package/miso

@phersu42 how much memory does your build machine have? GHCJS takes up a lot of memory during linking which occasionally causes OOMs in CI. Can you paste the commands used...

Highest precedence sounds good (or first). I think this will be a corner case. I've never come across an API that returned both JSON and FormUrlEncoded data (although I have...

Yes, just a mechanical replacement. No actual TH will be executed (TH would be omitted altogether). Use case here would be for cross-compilation. GHC has a requirement that TH splices...