-
**Please only report one bug per issue!**
**Describe the bug**
Installing picamera2 installs PyQt5, contrary to the instructions.
**To Reproduce**
python -m pip install picamera2 or some v…
-
### Describe the bug
running locally using `pnpm run preview` causes the following error
`> bolt@ start dir\bolt.new
> bindings=$(./bindings.sh) && wrangler pages dev ./build/client $bindings
…
-
When thinking about high-levels patterns (both for the design of `hs-bindgen-patterns` in [milestone 2](https://github.com/well-typed/hs-bindgen/milestone/6), but also for the high API in [milestone 3…
edsko updated
3 months ago
-
Would be great to be able to remap key bindings via environment variables or something.
Thanks!
-
This issue has been hijacked from its original proposal to point to a "roadmap" of tasks to be done in the context of the below proposal, following the merge of the initial implementation in #859. The…
-
### Bug description
Here's the CI error:
```console
2024-11-13T12:05:05.4061826Z /home/runner/work/icub-main/icub-main/install/share/yarp/bindings/yarp.i:437: Warning 206: Unexpected tokens after #e…
-
## Environment
* OS Version: Win 10
* Source or binary build?
source, gz-transport14
## Description
* Expected behavior: Python bindings work
* Actual behavior: Python bindings do not work
…
-
Hi,
I have a hard time building libm2k on a Raspberry PI. The error I get is:
> ~/libm2k/build $ cmake ../
> ---- Building Python bindings
> -- bin= lib= inc=
> -- Python_EXECUTABLE /usr/bin/py…
-
### (Current Batching Pattern) Batch-Accumulator Producer Bindings
Currently, the common batching pattern used by producer bindings is to accumulate messages at the producer binding based on `batchS…
-
I'm using bindgen to generate un4seen's BASS lib binding. Here is my build.rs:
```rust
let bindings = bindgen::Builder::default()
// The input header we would like to generate
// bind…