Andreas Würl
Andreas Würl
> > We are talking about a client application here. > > It's also p2p. The implementation and version information are used only on the side of the mailbox protocol,...
> Learning is part of discussion. We can drop patch version, if it helps feel safer. On statistic side we will have more aggregated usage, which can be sufficient. And...
Thanks @hacklschorsch for reporting this. Can you create a separate ticket for that issue. The original issue is about how the apps should advertise details to the server, comparable to...
There is already an issue regarding use of localized wordlists: https://github.com/magic-wormhole/magic-wormhole/issues/214
> Additionally we should think, that maybe all these forks should be consolidated under LeastAuthority organisation I would first like to investigate to upstream all the features we added to...
The current implementation stopped working for me after upgrading to Debian 10. The strip was showing strange patterns instead. One way could be to add Adafruit SPI implementatino as an...
The output is resulting in wrong color values and also the system seems to be frozen from time to time. So for me this is totally unusable with `spidev`. The...
The underlying problem was, that `SpiDev.xfer2(..)` was modifying the `self.leds` content. Now handing over a copy should avoid this problem. This is related to https://github.com/doceme/py-spidev/issues/61. The problem only appears on...