Varac

Results 263 comments of Varac

Same issue here, what's wrong ? Any workaround ?

I tried with the original [mxgxw/MFRC522-python](https://github.com/mxgxw/MFRC522-python) class and the issue is the same :o

Well the workaround I found was this: On successful reading a tag, I call `rdr.request()` a second time without processing it's results. Not nice, but it works for me until...

python-otr/pure-python-otr#28 has no progress since 5 years. Is there no other way of implementing OTRv3 ?

I found https://github.com/AdnanHodzic/displaylink-debian/pull/655 related to this

I just tried the latest `task_linux_arm.tar.gz ` on a `Raspberry Pi 4 Model B Rev 1.1` (armv7l) and it works. So it must be an issue with the installer script.

Hej, looking forward for this fix, what's the current state ?

Just for reference, this is the [synapse chart](https://artifacthub.io/packages/helm/halkeye/synapse) I'm using. There are 2-3 others on artifacthub but all of them seem outdated at least a bit.

btw, this is reproducible by the cmd documented here: https://github.com/pixelated/puppet-pixelated#testing-pixelated You need to do a `vagrant reload` after provisioning finally finished in order to step into this.

this is how i dirty fixed it for me locally: ``` diff prepare_nfs_settings.rb.orig prepare_nfs_settings.rb 45c45 < s.connect(ip.last, 1) --- > s.connect(ip.first, 1) > ``` i'm wondering what's the reason behind...