Kevin Dekemele

Results 5 issues of Kevin Dekemele

I have a serverless project, which I can deploy on one machine. When I try to deploy it on another machine, I get the following error. Both are Windows 10...

awaiting reply

I'm trying to use the v4l2loopback, which I have installed through the package manager. However, when I try to use this module, I have to following error: ![image](https://user-images.githubusercontent.com/11015732/85781298-d39a5000-b725-11ea-9569-71a955979a4c.png) Any idea...

Hello, In the repo for the python version they claim to have increased the range: https://github.com/mxgxw/MFRC522-python/issues/30 How can this be done with this module? I tried: First I logged the...

Added second button + a demo in the sample app. Second button can be added with Builder. Has similar methods as the 'Endbutton' methods.

Added support for EU and World VINs, to ignore the checksum logic: https://www.johndcook.com/blog/2019/09/12/vin-check-sum/#:~:text=The%20check%20sum%20is%20in,the%20VIN%2C%20the%209th%20character. `validate(vin,checksum)` now supports `checksum='eu'` or `'world'` which will skip over the checksum logic. Added this to test.js:...