-
I just installed MacOS 10.13.2 which resolved a system crash that I had earlier when I ran try-reflex. Now it fails with this error:
````
$ ./try-reflex
If you have any trouble with this script,…
-
```
Linking dist/build/reflex-test/reflex-test ...
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_NSURL", referenced from:
objc-class-ref in libHSjsaddle-wkwebview-0.9.0.0-8r8Ia…
-
The title basically says it all. It would be neat to have jsaddle automatically serve the application on every url, so client side routing can be developed.
Of course this could be behind an option…
-
Is there an easy way to extend generalDevTools with the default.nix file of this project skeleton?
Some people have asked about the different editor tools like dante, ghc-mod, etc. lately and maybe…
gspia updated
6 years ago
-
I almost replied with these thoughts in your [libraries email](https://mail.haskell.org/pipermail/libraries/2016-March/026833.html), but I realized that it'd be a distraction from the main topic.
I t…
-
Building a project which currently uses stack with the work-on script failed. The output looks like:
```
...
[34 of 37] Compiling Control.Monad.ST.Lazy.Unsafe.Compat ( src/Control/Monad/ST/Lazy/U…
-
I have a checkbox that looks like this:
let isChecked = True
cb
-
This program produces incorrect output, as shown in the comments below.
```
import Data.Text (Text, pack)
foreign import javascript unsafe "console['log']($1)" consoleLog :: Text -> IO ()
ma…
-
Hi! Struggling to get try-reflex to work.
The first time I ran ./try-reflex, I got the following output:
```
will@will-laptop:~/projects/reflex-platform$ ./try-reflex
If you have any trouble …
wubss updated
7 years ago
-
The gist of the problem is when you try to `reflex-platform/work-on` a super minimal cabal file nix errors out. I will write some documentation when I get some time. The fix is simply to add reflex as…
aljce updated
7 years ago