-
### Details
the reason I care about this is that I'd like to use stack in conjunction with nix, by installing ghcjs + packages via nix, and then telling stack to use the system-provided ghc (so tha…
-
```
[1 of 8] Compiling Data.Functor.Misc ( src/Data/Functor/Misc.hs, dist/build/Data/Functor/Misc.js_o )
src/Data/Functor/Misc.hs:42:42:
Expecting one more argument to ‘DMap (WrapArg m f)’
Ex…
k0001 updated
8 years ago
-
```
$ ./try-reflex
If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues
Entering the reflex sandbox...
$ …
-
It'd be really valuable to see a comparison of Bulma to Bootstrap, and/or a transition guide, since a lot of folks that are target consumers of Bulma probably use Bootstrap.
It'd also be neat to know…
-
The xhr functions all work on `Event`s. For example,
```
performRequestAsync :: MonadWidget t m => Event t XhrRequest -> m (Event t XhrResponse)
```
It would be nice to have a version of this that w…
-
If you serve an API from `localhost/api` and serve a Reflex-DOM page from `localhost/static`, the client functions will try to access the API at `localhost/static/api` instead of `localhost/api`. This…
3noch updated
8 years ago
-
Got odin to build, but all I get when I run it is "could not create window". GHC 7.10.3 on Debian amd64. Suggestions welcome.
-
This looks like a very interesting proposition.
My question - it's quite an elephant in the room, I should think - is what's the relation between this library and RxJava?
Isn't it RxJava reinvente…
-
Just heard about this new FRP library from those posts:
http://www.reddit.com/r/haskell/comments/31rat9/reflex_practical_functional_reactive_programming/
http://www.reddit.com/r/haskell/comments/31rlb…
-
In considering reflex DOM, I'd really like to know if you use requestAnimationFrame to batch your updates, or if you do them directly. I have an app which uses ClojureScript, Reagent and therefore Rea…