Matthew Turney

Results 42 comments of Matthew Turney

They just timeout for me. It also seems to hang when loading a script with the async attribute. No idea where the problem might be.

I changed from using from using 127.0.0.1 to an actual domain pointed to my loopback IP and this issue vanished. I have no idea why this is, but the best...

This is related to https://github.com/ttilley/fssm/commit/a394304b66008872f7fcacfffcd2cdad0e6a2f9e#commitcomment-357393 . The solution there points out that adding `unless path[0, 1] == File::SEPARATOR` to line 26 fixes it. ``` array[0] += File::SEPARATOR if path[0, 3]...

Is there a way to manually include this until it is merged and released?

I managed to figure this out (I think, not fully tested) by following the instructions here on [creating custom boards](https://docs.platformio.org/en/latest/platforms/creating_board.html). Hopefully it works. Would be really great if this could...

Looks like this is possible now. https://blog.travis-ci.com/2019-10-07-multi-cpu-architecture-support

@kylemanna my only failing tests are the following: ``` failed 'dual-proto' [5/8]...the input device is not a TTY failed 'otp' [6/8]...the input device is not a TTY failed 'iptables' [7/8]...the...

I am also seeing this for the `amd64` builds: ``` passed 'otp' [6/8]... No output has been received in the last 10m0s, this potentially indicates a stalled build or something...

That OTP test hanging is due to a bug in the EasyRSA lib. I am going to add the fix into my PR here as a discrete commit. Some other...

I would still like this to be completed but I ran into issues getting these tests to pass. The actual arm64 builds work just fine. I need to circle back...