-
In https://github.com/nbigaouette/onnxruntime-rs I use bindgen in [`onnxruntime-sys/build.rs`](https://github.com/nbigaouette/onnxruntime-rs/blob/v0.0.9/onnxruntime-sys/build.rs) to generate bindings …
-
I know librespot support is beta, so I don't expect a fix, but putting this here in case some else finds a way to fix this and can help me out.
```
RUST_BACKTRACE=1 /opt/librespot/librespot -n Mu…
-
## Steps to reproduce
As I understand, it can happen when computesk connection breaks without a compute restart.
If networks lags for a bit, a scenario like this can happen:
- connection breaks…
-
Using the latest commit and a `jvm-ce` build
```
truffleruby 24.1.0-dev-00307c24, like ruby 3.2.2, GraalVM CE JVM [x86_64-linux]
```
with the latest gem version (1.0.4)
installation fails due to …
-
MacOS Big Sur
```
➜ joystream git:(master) ✗ ./target/release/joystream-node --chain testnets/joy-testnet-6.json
Mar 23 23:47:10.520 INFO Joystream Node
Mar 23 23:47:10.520 INFO ✌️ version 6…
-
auto-reduced (treereduce-rust):
````rust
const fn gcd(value: *const X) -> u32 {}
macro_rules! const_assert {
($expr:expr) => {
const _: () = assert!($expr);
assert!($ex…
-
### Describe the bug
Using Elasticsearch 7.x seems to error when writing to Elasticsearch. The error may be related to a change introduced in https://github.com/risingwavelabs/risingwave/issues/122…
-
Reopening #543
This is easy to reproduce:
```
cargo init build-test
cd build-test
cargo add openssl
cargo build
code . # Open VSCode and wait for a sec.
# Edit `src/main.rs` and save it.
…
-
The examples fail with the message: `Error creating Device`
Full Rust backtrace:
```thread 'main' panicked at /home/fabian/.cargo/git/checkouts/xilem-031d790027f85a11/c439885/src/app_main.rs:208:22:…
-
Hello.
My machine is a MacBook Air M2.
I am on the latest Rust release (1.75.0).
This is my `dependencies` section in `Cargo.toml`
```toml
[dependencies]
harfbuzz_rs = { git = "https://g…