-
I'm trying to build a project that uses Backpack. It builds fine with GHC, but it fails to build the signature module with GHCJS.
I'm using the GHCJS version offered by reflex-frp/reflex-platform@7…
k0001 updated
4 years ago
-
See https://github.com/reflex-frp/reflexfrp.org/pull/3#issuecomment-290739524
-
I find this helper function useful:
maybeWidget :: (DomBuilder t m, MonadFix m, MonadHold t m)
=> m b
-> (Dynamic t a -> m b)
-> Dynamic t (Maybe a)
…
-
Hi, is it possible to use Brick Form Widgets with reflex-brick ? I would like to call the Brick Form event handler from the frp network to manage its own state but I can't manage to do it.
For the …
-
The programming of the user interface is cumbersome. Maybe FRP may help (reactive-banana, dunai, reflex). This has to be analyzed and tried.
-
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…
-
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 …
-
hi @ryantrinkle in this video https://www.youtube.com/watch?v=3qfc9XFVo2c you said that you would want post a specification / paper (?) about reflex internals.
Did this happen by any chance?
I see…
-
Since updating reflex-examples to use Obelisk to run/build the examples, it looks like the examples have stopped working on Firefox.
The last commit I could find that works on Firefox is fc1318288d…
-
As I play with this further, another thing is very confusing: when do we use JSaddle-warp and when not?
Here's what I did:
- Took the `reflex-stone` as my template, and created a multi-project cab…