Closed cdepillabout closed 5 years ago
It appears that this problem doesn't occur in commit ce23f101f7.
I haven't run a git-bisect to figure out which commit causes this, but I could if it is not reproducible for some reason. The commit above is just a random commit around the time that I remember it working (from Lambda Jam).
What browser are you using for this? I'm having trouble reproducing this with the latest version of the workshop and Chromium (Firefox and jsaddle still don't play well together).
@dalaing To be honest I don't remember. I very well could have been using Firefox.
I'll go ahead and close this since it sounds like it is working for you. Thanks!
When running
dev.sh
, I'm seeing it constantly "reload".If you open up the app in a web browser, this causes it to constantly reload the page. It makes the app basically unusable when running with
dev.sh
.I'm not sure what is causing this constant reloading, whether it is a problem with the arguments to
ghcid
in thedev.sh
script, or an actual problem withghcid
.This is on NixOS after running
nix-shell
and then./dev.sh
.