-
We have https://github.com/reflex-frp/reflex-platform/blob/d7ba43e4700b676079bf30e3d76f044392032b24/ghcjs.externs.js in reflex platform. I don't know much about it, but I gather it would better belong…
-
https://github.com/reflex-frp/reflex-platform/blob/716879f16d53c93766e7ed9af17416fccb2edfe1/haskell-overlays/text-jsstring/ghcjs-base-text-jsstring.patch#L84
-
This one does terminate, as expected:
```haskell
mainWidget $ getPostBuild >>= delay 1
```
..but neither of the following do:
```haskell
mainWidget getPostBuild
mainWidget now
```
-
hspec-webdrive cannot build with hspec 2.0.0 or later. That hspec release is from 2014 and there are about 20 newer ones. Also anything older than hspec 2.0.0 is marked as deprecated.
I erroneously…
-
Hey! I've been toying with doing a deeper dive to integrate Semantic-UI with reflex. Right now I'm using https://github.com/reflex-frp/reflex-dom-semui and it appears this is based on that somehow? I'…
3noch updated
7 years ago
-
Hello!
Any possibility to add support for some kind of `foldDyn` with monadic output, such as https://github.com/reflex-frp/reflex/blob/6cb58502c930e5eee88d007861881a43b7e2859a/src/Reflex/Dynamic.h…
-
We'll add this repo to hydra.reflex-frp.org
-
The `reflex-dom` package introduces a dependency on a default jsaddle runner package. Using `reflex-dom-core` instead lets the library user choose a different runner.
Here is a similar change we m…
-
Just started looking at Reflex and blown away thus far!
I've been looking for a FRP implementation to use in neuroscience, modeling electrode voltage as Behavior and action potentials (voltage "spi…
-
For those that know Elm, presenting the library as Elm-derived FRP probably makes sense.
For people new to FRP like myself, not so much. Not your fault, and I'm doing my homework, but it takes time an…