Kyle Manna
Kyle Manna
> So has/will this ever be fixed in master? :) When someone read the CONTRIBUTING.md file and sends an appropriate pull request.
> Seriously? Yes, seriously, TOTP is a feature I've _never used_ and has caused issues throughout the years. My fix would be remove it and simply be done. When I...
This needs to potentially occur outside the container if run without `--privilege` correct?
Waiting and watching for it to land in Alpine: https://pkgs.alpinelinux.org/packages?name=openvpn&branch=edge
Can those interested test out the `edge` Docker tag / git branch? ``` ~/t/r/docker-openvpn ❯❯❯ docker pull kylemanna/openvpn:edge ; docker run --rm -it kylemanna/openvpn:edge openvpn --version 7597eaba0060: Already exists 863e5229deb4:...
The hardware design has support for a high side P-channel MOSFET to completely remove power to the PMSA003. I've never tested it, but I suspect it'd work and I can...
Also it's worth noting that the `PMS_SET` pin will put the `PMSA003` in to a sleep/sleep mode if it is driven low with no hardware modifications. Data sheet says that...
Additional gcc discussion at #110
Looks like a problem with mapping the file via a volume in to the Docker container. Where are you running `build-kitkat.sh` from? What's the output from: docker run --rm -it...
Looks like a problem with Docker Tooolbox on windows. It seems that it can't do the volume mount described by `-v /f/kitkat/build-kitkat.sh:/usr/local/bin/run.sh:ro`. Not sure if there is anything we can...