David G. Simmons

Results 28 comments of David G. Simmons

Make sure you are using `import { DeviceUUID } from "device-uuid";` and not `import DeviceUUID from "device-uuid";` as the latter will give you that error. `DeviceUUID` is, apparently, not the...

I have managed to fix this ... `/srv/kutt # npx npm-check-updates -u` That will upgrade all the packages in `package.json` to the most recent versions. Then, the current `overrides` for...

It's a fair question given the number of outstanding PRs and Issues.

This would be super helpful to have

A little more info as I dig further into this: 1. There is this warning: ``` You’re using the legacy version of Stripe Checkout. We released a new version of...

Pull request #3 addresses all of this.

I'm also hitting this problem on a Pi 4. Looks like this repo hasn't had a release in 3 years, and isn't being actively maintained. Is there a better solution?...

At least on my RPI4, with a WM1302, no. ``` *** Packet Forwarder *** Version: 2.1.0 *** SX1302 HAL library version info *** Version: 2.1.0; *** INFO: Little endian host...

You cannot authenticate to block 0, as far as I'm aware. You have to start at block 4. I haven't tried using the `KEY_TYPE_B` but with my Mifare classic 1k...

Any hope of getting this fixed?