-
I just upgraded to 10.13.2 and tried to run try-reflex. The script worked for me before when I was running macOS Sierra, but this time it exited with some error messages. I've attached the full log …
-
Hi !
It seems the latest version of reflex-dom is not on hackage (0.4, see [here](https://github.com/reflex-frp/reflex-dom/blob/develop/reflex-dom/reflex-dom.cabal#L2))
This is causing a problem …
-
I need to render links in my app (as `routeSite` is not "recursive" see https://github.com/reflex-frp/reflex-dom-contrib/issues/19) so currently I use `ViewTransform` but that leads to views being dup…
-
Typically, these instances are [found in `ghcjs-base`](https://github.com/ghcjs/ghcjs-base/blob/master/GHCJS/Marshal.hs#L207). But `reflex-platform`'s `useTextJSString` (which is on by default) [modif…
-
Tried fixing this several times. Same results. try-reflex.log attached. Basically system freezes -- mouse tracks but Activity monitor freezes, no feedback from clicking anythings. After waiting ab…
-
The build fails on nixpkgs `master` thusly:
```
desktop@steamos:~/src/reflex-glfw$ nsr /nix/store/csc1glcas5ch21hrbn626l3hbaip8jsi-reflex-0.5.0.drv
these derivations will be built:
/nix/store/cs…
-
Sorry in advance for asking probably basic question, but I am new to nix and to reflex.
So I have a package created using the method suggested in reflex-platform, and I clone the directory, workon …
-
I was repeatedly getting this notice running `./try-reflex`, followed by nix starting to compile _all the things_:
download-from-binary-cache.pl: binary cache ‘https://nixcache.reflex-frp.org’ …
-
So suppose I created an computationally expensive event with foldDyn (so it is inside a monadwidget), and pass it into some user defined function. Now there is a good chance that the user defined func…
-
### General summary/comments
In the cabal file I have list of exposed modules. Stack warns me that these modules should be added to the list of exposed modules. But they are already there!
### O…