qfpl / reflex-workshop

20 stars 6 forks source link

running dev.sh results in constant reloading #6

Closed cdepillabout closed 5 years ago

cdepillabout commented 6 years ago

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 the dev.sh script, or an actual problem with ghcid.

This is on NixOS after running nix-shell and then ./dev.sh.

cdepillabout commented 6 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).

dalaing commented 5 years ago

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).

cdepillabout commented 5 years ago

@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!