-
### Affected project(s)
- [ ] documentation
- [ ] examples
- [ ] wasmCloud host
- [X] wasmCloud CLI (wash)
- [ ] wasmCloud dashboard UI (washboard)
- [ ] capability providers
- [ ] provider bindgen
-…
-
I have a Rust verification script that has been working until today. Neither the script nor the Rust implementation have changed, so I am guessing some new version of either `saw` or `rust` are causin…
-
-
### API
Rust
### Description
We propose enhancing the Rust client for Kuzu DB by implementing async/await support and adding a connection pool. These improvements would significantly enhance the de…
-
I would like to concurrently send requests to fbthrift server, so I created a client with the following code:
``` rust
#[tokio::main]
async fn main() -> anyhow::Result {
let stream = tokio::…
-
Would be nice but not sure how feasible.
-
2. Issues with the Zellij UI / behavior / crash
Please attach the files that were created in `/tmp/zellij-1000/zellij-log/` to the extent you are comfortable with.
```sh
tail -f zellij.log
…
-
I have a webrtc client made using aiortc in python and it is connecting to a webrtc server using rust ([webrtc-rs](https://github.com/webrtc-rs/webrtc))
currently I am creating a data channel and add…
-
the async/await syntax needs to be updated, instead
```rust
req.wait()?;
```
now it is like
```rust
req.await?;
```
https://tikv.org/docs/3.0/reference/clients/rust/
https://github.com/tikv/c…
-
### LiquidBounce Branch
Both
### LiquidBounce Build/Version
v0.15.2 NEXTGEN - b98 Legacy
### Operating System
Windows 10
### Minecraft Version
1.8.9.+
### Describe the bug
Not even a version…