Leonardo Romor
Leonardo Romor
# 🚀 feature request ### Relevant Rules pip_parse, requirement ### Description It looks like some PyPI libraries such as cffi have a `cffi.libs` in their wheel containing specific library versions...
### 🐛 Describe the bug Sometimes it can occur that NVML does not support monitoring queries to specific devices. Currently this leads to failing the startup phase. ### Error logs...
It could be interesting to give motor-operations a feedback about the actual status and positioning of the motors. Since it's nice having beagleg agnostic regarding the external hardware it would...
Hi, I'm testing ccls on a c++17 project. I wrote the following: ``` clang++ -std=c++2a ``` in the `.ccls`. The include file `#include ` is correctly found and autocompleted, but...
Hello, how would you achieve something similar to this: https://asynctest.readthedocs.io/en/latest/asynctest.case.html#asynctest.ClockedTestCase with pytest asyncio? -l
## Context **Issue type** (bug report or feature request): bug **Operating system** (e.g. Fedora 24, Mac OS 10.11, Windows 10): all **Platform** (e.g. 64-bit x86, 32-bit ARM): x86 64-bit **OpenSlide...
Hi, does tinyfpga support the dfu protocol?
### What version of rules_go are you using? 0.32.0 ### What version of gazelle are you using? 0.25.0 ### What version of Bazel are you using? 5.3.0 ### Does this...
**What did you expect to happen?** To have autocompletion and lsp-mode clangd c++ features for a .h header. I have described in detail the problem in the original repo of...