owenleonard

Results 6 comments of owenleonard

Thanks. Let me know if I can do anything to help.

I had the same issue, so I dug into it a bit. I saw this error in the browser console ``` Uncaught SyntaxError: redeclaration of let appConfig http://10.10.26.22:9080/data/appConfig.js:1 ``` I...

https://github.com/roest01/docker-speedtest-analyser/pull/47

Interesting. If you revert https://github.com/roest01/docker-speedtest-analyser/commit/1d6455a227ec7700278f2f487d976549fdd725c5, do you still need this change? I tried changing to `row.data` without success, but reverting the package updates fixed it. I *think* the package updates...

https://docs.python.org/3/library/time.html#module-time

@roest01 For some reason the `update deps for v1.4` commit was causing the stats page to hang. I'm assuming it is because the yarn.lock file wasn't also updated, but I've...