Greyson Nevins-Archer

Results 9 comments of Greyson Nevins-Archer

@chandrarishabh so I had an example where I select a graph number to load with useState and got the same result of where it breaks from `already exists` so I...

@chandrarishabh I made a codesandbox for it https://codesandbox.io/s/interesting-spence-onwor?file=/src/App.js Basically the selectGroup in my case was an id to graph, in this example, I add a new random node and edge...

https://github.com/greysonevins/TrackMeNot-Wiki

@dhowe I can replicate this error when I turn off my wifi. Other than that, I am not seeing the error. I think it has to do with ` xhr.send();`...

@dhowe I was working through the debugger and it looks like currently the error handler automatically rechecks in 60s. I waited a minute and my error message went away. Should...

Currently, the code reads as ``` function rescheduleOnError() { var pauseAfterError = Math.max(2 * tmn_timeout, 60000); tmn_mode = 'recovery'; burstCount = 0; ``` I found it more reactive setting the...

@dhowe it looks likes navigator.onLine works across platforms however: https://stackoverflow.com/a/4813406 StackOverflow user noted that it is unreliable in some cases where a computer is connected to a network without internet...

see https://github.com/vtoubiana/TrackMeNot/pull/103