Carsten König
Carsten König
is this issue still relevant now that this functionality got moved into `halogen-subscriptions`?
+1 well the new haskell-plattform is out and won't compile this so maybe it's a good idea to finally fix this ;)
not sure if I missed it but there is the obvious simplification of single-constructor DU's as well type MyType = MyType of SomeValue those can and should be serialized to...
not sure if it's a good idea to discuss here but so be it >> Also I'm strongly in the lawful camp - so no matter what serializers/deserializers should have...
Hello, seems a user found a very similar(?) instance of this problem while trying to update `foreign-generic` (see [Discourse discussion](https://discourse.purescript.org/t/javascript-conundrum-for-es6-module-in-foreign-generic/3031/3)). There it's about the instance-chain for Records: ```purescript instance encodeWithOptionsRecord...
Hi I already commented in the [discourse-thread](https://discourse.purescript.org/t/purescript-0-15-spago-affjax/3045/6) and I hope you don't mind me repeating it here. For me it seems as if **spago** is asking `esbuild` to produce ESM:...
works great (would be awesome if you could merge this and release another version) one remark though: AFAIK *elm-format* is using two empty lines between top-level functions but that's probably...
hmm ... I see your point - and this might be a problem - I used a simple `Map` (yes of course `IntMap` would be the better choice) - and...
ok - I added basic support for the idea I gave above - it should now tread `Map Int smth` as a `EMap` instead of a `EDict` and encode this...
Hello, thank you for your report. Just to be sure: Do you use the [windowDimensions](https://pursuit.purescript.org/packages/purescript-signal/12.0.1/docs/Signal.DOM#v:windowDimensions) effect? Because this part of the library (`Signal.DOM`) is intended to work when using purescript-signal...