Pietro De Nicolao
Pietro De Nicolao
It seems that clearing the Poetry cache (and deleting the generated `poetry.lock` file) makes Poetry 1.1.9 use SHA256 instead of MD5, providing a workaround. Try: ``` poetry cache clear ....
We need a new release to ship this fix. :-) @okunishinishi is it feasible to do it? 🙏🏼
The ideal thing to do would be to open the target file in preview mode, so that a wiki-like structure can be created.
I have the same problem on a NanoPi Air, which uses the Allwinner H3 CPU. It works fine up to 5 pixels, but when I use 6 pixels or more,...
I solved this problem by replacing the `spi.xfer()` call with `spi.writebytes()` and applying the tweak in #2. Now I am able to drive more than 90 LEDs on the NanoPi...
Hi, is this available also on the GitHub hosted app?
There is an official first-party solution: if you `npm install grpc-tools`, then you simply use `grpc_tools_node_protoc` (which is inside `node_modules/.bin`) instead of `protoc`. See [documentation](https://www.npmjs.com/package/grpc-tools). This way I managed to...
Thanks for the info, I wrongly assumed that _at least_ the official `grpc-tools` would be up to date. The more I use grpc, the more disappointed I am.
Hi, it looks like the `pymavlink` package is not in the `PYTHONPATH`. How did you install the pymavlink module? Are you in a virtual environment? Which version of Python are...