Aaron Anderson
Aaron Anderson
With the fix listed above, is it possible to patch an existing instance? For example, in the container there is ./usr/local/lib/node_modules/miscord/node_modules/libfb/src/Client.ts. If I patch that file, is it possible to...
I built a custom docker image that includes the fix. My Dockerfile is attached for anyone that might want it. [miscord-fixed.zip](https://github.com/miscord/miscord/files/6643295/miscord-fixed.zip)
I don't have support for that. I also don't have a RaspPi anymore :(. Checkout this library: https://github.com/raspberry-sharp/. It looks like it has support under the Raspberry.IO.GeneralPurpose/GpioConnectionDriver.cs class.
I unfortunately do not have one to test with. If you happen to fix the issue, please send me a pull request.
I've having the same issue with VirtualBox 5.2.30
Regarding it being slow, are you using the GPIOFile or the GPIOMem class? The GPIOFile class is very slow but that's nothing I can fix. The GPIOMem class is extremely...
That exception is only thrown when you've used that pin already. Can you post all your code?
I suspect it has to do with when you assign the Input variable. It may be making a copy of the object and therefore re-calling it's constructor. Can you change...
Hello. I've begun working a little bit on this. Unfortunately all my experience is with backend work and I have little to no experience on SPA or front-end Javascript. Using...