-
The graphql_client optional dependency for reqwest-create seems locked to 0.11
https://github.com/graphql-rust/graphql-client/blob/main/graphql_client/Cargo.toml#L23
What's needed to support use…
-
- Move search for Tun FD from Rust to Swift and pass it across the FFI boundary (copy what we do for Android to set the TUN device fd?)
- Create a headless Mac client that uses the same Swift module …
-
I noticed you guys forked a bunch of controller code from AICI for your constraints. I think you might be interested in https://github.com/microsoft/llguidance - it implements a more general constrain…
-
We currently have approximately 548 unique dependencies (after the rust-bitcoin migration concludes):
```
$ cargo tree --workspace --prefix none --prune bitcoin@0.29.2 --prune bitcoin@0.30.2 | gre…
-
We've received multiple reports of installations/first time activations that take 10 minutes. Looking at our Sentry instrumentation, we don't actually break down install times at all, so it's unclear …
-
If i run `wl-screenrec --output HDMI-A-1 --history 10`, then run `systemctl suspend`, the program crashes with this error:
```
thread 'main' panicked at src/main.rs:1052:9:
assertion failed: !self.…
-
DEPENDS ON: https://github.com/holochain/holochain/issues/4391
Currently zome call singing relies on the exact serialisation of the ZomeCallUnsigned payload. Rework the mechanism to lift this restric…
-
GraphQL Server. The GraphQL Server serves the GraphQL API that is available to the client. The GraphQL Server is a wrapper for the `FuelService` Rust API and is responsible for converting GraphQL type…
-
Hello,
I just tried to plug this wonderful exporter to site24x7 and I have this error:
```
Unknown API error: You are not authorized to perform this operation.You are trying to access the API of …
-
Nanomsg is currently used by the `extractor` to publish messages to `tools` who subscribe to a TCP socket. Nanomsg has a few downsides:
- Only one publisher can exist, we might want to have multipl…