dmjio
dmjio
Fair enough, https://github.com/dmjio/hackernews/pull/31
The nix code also needs some help. Separate `hackernews-ghc.nix` and `hackernews-ghcjs.nix` based on `cabal2nix --compiler ghcjs . > hackernews-ghcjs.nix`, etc. Would be nice.
yea, this nix code really needs to be cleaned up...
Definitely don't mind downgrading node. Does https://github.com/3noch/reflex-dom-xhr-delay work on the ghcjsi branch per chance?
Re-ran it a lot, officially stuck on `kan-extensions`, "cannot find ghcjs" occurs every time on it, bleh. Downgrading node. Stay tuned folks.
@3noch, @luigy, finally got it installed. But now the browser won't connect. Do I need to host the generated js? Or does ghcjsi do that for me when I call...
``` bash Using main module: 1. Package `reflex-todomvc' component exe:reflex-todomvc with main-is file: /Users/dmj/Desktop/try-stack-reflex/.stack-work/downloaded/bda697401c03aadbc22b5bd5370b38cc28d70496a2c96c81a391edba2f5519cc/src-bin/main.hs Configuring GHCi with the following packages: reflex-todomvc GHCJSi, version 0.2.0.20151007-7.10.2: http://www.github.com/ghcjs/ghcjs/ :? for help [1 of...
@3noch seems like `socket-io` version 10 has issues. I tried to downgrade but now getting npm issues. Why are we using node-js for this again? =)
@3noch, got it working now, @luigy had the magic formula, `npm i [email protected]`.
@3noch, for the full enchilada ``` bash brew upgrade node # ensure node > 5.5.0 git clone https://github.com/luigy/try-stack-reflex.git cd try-stack-reflex ./try-stack-reflex ghcjsi # might have to do this more than...