-
opening this in the hope that it's a simple mistake of mine and easy to fix. thanks for the great work!
```
$ stack exec -- ghcjs --interactive
ghcjs-0.2.1.9007019-8.0.1.bin: --interactive is no…
-
Off the top of my head:
- [x] `patch` (so long as it has a `Group` class) (https://github.com/reflex-frp/patch/pull/39)
- [x] `groups` (https://github.com/Taneb/groups/pull/14)
- [x] `group-theor…
-
Running `run-in-sim` gives me: `result-ios/bin/run-in-sim: line 26: $1: unbound variable`
And I can't figure out how to test my app, I still waiting for my developer account and can't deploy it on my…
-
Hi. I've found this function quite useful. The naming reflects its similarity to monadic bind but I'm open to suggestions for alternative names:
bindEvent :: (MonadFix m, Adjustable t m, MonadHold …
-
The request body gets copied before `send`. This may be more efficient in case of `jsaddle-warp` but possibly not on GHCJS. Also we're assuming offset = 0 and length is appropriate. `B.copy` seems to …
-
On nixpkgs master (at least as of 395bcc0b27ce0d3c8a9af09737ba076a089a8dd6), I can't get reflex-0.6.1 to build using because it's indirectly depending on two different versions of haskell-src-exts ( h…
-
I was just staring at an odd error
```
Setup: No 'main-is' field found for executable libkaleidogen.so
No 'main-is' field found for executable libkaleidogen-sdl.so
No 'main-is' field found for…
-
EventWriterT recently changed:
https://github.com/reflex-frp/reflex/commit/ca50bb4cf1e85e1c980b3ddad0e1b0c483542349#diff-ca34969f303705bc74cc027f0eedb19f
Which after some digging I think is a mo…
-
the dropdown function is currently implemented like this
```haskell
dropdown :: forall k t m. (DomBuilder t m, MonadFix m, MonadHold t m, PostBuild t m, Ord k) => k -> Dynamic t (Map k Text) -> Drop…
-
Hi
I would really appreciate if you'd help me building the project. I started a bug here originally https://github.com/ghcjs/ghcjs/issues/529 , but I think this is a better place to resolve it.
Repo…