-
I'm trying to figure out how this works, between this library, libjack2, and pipewire-jack. Libjack2 logging depends on `JackGlobals.fVerbose` being truthy.
AFAICT libjack2 connects to the server t…
-
### Input C/C++ Header
```C++
class Thing {
void (Thing::*method_ptr)(void);
};
```
### Bindgen Invocation
```
$ bindgen header.hpp -o src/bindings.rs
```
### Actual Results
`…
-
Check whether https://rustwasm.github.io/docs/wasm-bindgen/reference/reference-types.html helps with performance.
-
### Describe the Bug
Linker error when building a proc-macro crate that uses `wasm-bindgen`.
### Steps to Reproduce
`Cargo.toml`:
```
[package]
name = "wasm-bindgen-test"
version = "0.1.0…
-
I believe this wallet has only ever used fedimint v0.3.0
The startup part might be a red herring, we scan for pending payments in mutiny
full stack trace
```
panicked at /home/ben/.cargo/regis…
-
It is relatively common that a multi-lingual speaker would specify fallback languages on their system in case a program does not have strings for their most preferred language.
> User speaks Farsi …
-
### What happened?
There are errors when trying to build with Clang 16, which is available in Fedora 38 and seems that's related with https://github.com/rust-lang/rust-bindgen/issues/2312. It's al…
-
Hey @Papierkorb , @HertzDevil , it would be really nice if we planned to rebuild the Qt bindings for various versions roughly in sync with Crystal's 1.0 release.
@HertzDevil do you have a general o…
-
Hello,
Is it possible to define somehow module/namespace on JS level?
Let's say I have:
```
mod features {
#[node_bindgen]
pub fn feature_a() -> Result { .... }
}
mod tools {
#[…
-
Hello, looks like I have some kind of infrastructure problem.
Every time I invoke bindgen it complains in the same way, i.e. it does not depend on the input file:
```
$ RUST_BACKTRACE=full bind…