Michael Peake
Michael Peake
Currently using an interval approach in my ngx app. const interval = setInterval(() => this.slider.refresh(), 100); this.modal.onShown = () => clearInterval(interval); Or, from a more jQuery approach... var interval =...
From what I understand, a token 'expires' when it is older than `JWT_EXPIRATION_DELTA`. You can refresh a _non-expired_ token until it is older than `JWT_REFRESH_EXPIRATION_DELTA `. So if `JWT_EXPIRATION_DELTA` <...
> > > Short question, why do you check for: process.env.NODE_ENV === "test" ? > Will this be false, once I deploy my electron app? This is to allow the...
Actually, I've found the issue may actually be that both the main and renderer functions are trying to set the state on disk. I've managed to fix it by adding...
I've have a similar problem with the `ttl` variable. Maybe my own incompetance but I couldn't get my tests with freezegun working with `time.monotonic`. Made the switch and can write...
Same error. Py 2.7.10.