Mateusz Goślinowski
Mateusz Goślinowski
I face the same issue.
@Alex0jk This is "upstream" issue, if I can say so. See https://hackage.haskell.org/package/wai-websockets-3.0.1.2/docs/src/Network-Wai-Handler-WebSockets.html#websocketsApp We construct a ResponseRaw with a "backup" argument handling HTTP 500. According to the `responseRaw` docs, `This function...
Me too...
I removed the project and run `ihp-new blog` again and it seems to work now.
Yes, I am aware of solutions with `AVar`s and subscriptions, but the example is more general. Another example is when I need to pass a record of `Effect`ful functions to...
Is anybody moving this forward?
Now as `purs` migrated to ES modules, seems that this will not be a problem.
The minimal reproducer is as small as it gets: ``` #!/usr/bin/env cabal {- cabal: build-depends: base, hspec -} {- project: with-compiler: javascript-unknown-ghcjs-ghc-9.12.1 with-hc-pkg: javascript-unknown-ghcjs-ghc-pkg-9.12.1 -} import Test.Hspec main = hspec...
Please let me know if this is an acceptable feature at all, if so I'm gonna add any needed doc changes / changelogs.
@ulysses4ever I've taken a look at the PR, and if the tests pass then yes, it fixes the issue.