-
When trying to apply a remote branch I also get a pinwheel in the `Apply` button.
Version 0.12.7
MacOS 14.5
Apple M1
-
### What crate(s) in this repo are involved in the problem?
console-subscriber
### What is the issue?
The `console-subscriber` integration tests show flaky behavior locally.
The tests were origi…
-
Hi, I have some questions. I initialized a global connection using the `once_cell` crate, and I used it in two ways.
My test order is as follows:
1. Start the Redis service.
2. Run the test.
3. …
-
A Tokio application is capable of having multiple independent runtimes. I believe this may be the case for other runtime implementations as well (e.g., I believe `rayon` [allows creating multiple sepa…
hawkw updated
2 years ago
-
`stdin.read` (and `stdin.readSync`) corrupt non-ASCII input on Windows.
To reproduce:
```js
const c = new Uint8Array(6);
Deno.stdin.read(c).then(() => console.log(c));
```
Then, enter a no…
-
**Describe the bug**
I understand Yomitan isn't technically supported, but providing support for it seems like a natural extension of this project. Or maybe I'm just doing something wrong.
Anyhow,…
-
### What crate(s) in this repo are involved in the problem?
console-api
### What is the issue?
FYI, version 0.8.1 of console-api uses the `tonic::Status::GRPC_STATUS` constant, which was introduced…
-
I have defined a sse api like this using rust:
```
use actix_web::{App, HttpResponse, HttpServer, Responder, post, get};
use rust_wheel::common::util::net::{sse_stream::SseStream, sse_message::…
-
**Problem**
I'm experiencing occasional failures when using the `eval` hook to run Javascript that in turn calls `dioxus.send()` to send a message back to Rust where I've called `eval.recv().await`. …
-
`iperf3` almost always causes a `Broken pipe (os error 32)` or a `Socket is not connected (os error 57)`
Upon exit, it causes an excessive amount of `Rst` server -> client.
Occasionally `tokio-con…