-
My use case: keeping the lock guard tied to an object
```
struct MyStruct {
// .... data
lock: OwnedRwLockWriteGuard
}
```
It's similar to tokio's `RwLock` API: https://docs.rs/toki…
-
Hi,
Running this little test with axum 0.6.10 :
```rust
use axum::{extract::State, routing::get, Router};
use std::{net::SocketAddr};
struct MyState;
impl Clone for MyState {
fn clone…
-
Specifically this is because of the use of a `UnsafeCell` inside a long list of types so I am not sure which part exactly needs to implement this (guessing it is the `Queue` that would assert that it …
-
If you pass an invalid expiry time like this
```
127.0.0.1:6379> set baz fuzz ex 1
OK
127.0.0.1:6379> set baz fuzz ex foo
Error: Server closed the connection
not connected>
```
the server n…
-
2024-03-27T00:11:01.765Z INFO [ai00_server::salvo_main] reading config assets/configs/Config.toml...
thread 'main' panicked at src/salvo_main.rs:49:54:
called `Result::unwrap()` on an `Err` value: …
-
#### What version of regex are you using?
Latest 1.10.5
#### Describe the bug at a high level.
Calling the static regular instance's `caputres_iter` in an `async` function may cause memory le…
-
**Description**
When requesting the "pending" state with the following command:
`curl -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": …
-
Hello,
I have a .proto that rely on two other .proto, aka submessage.
I need the corresponding generated .rs struct to be Serialize and Deserialize. For simple messages, it works already, but for …
-
Blocked by issues in the prost library regarding the Any message parser:
```
error[E0277]: the trait bound `Reply: prost::name::Name` is not satisfied
--> spawn-examples/src/joe.rs:16:27
|
…
-
Ingestion of logical messages (noops) should be able to saturate the hardware, especially when fsync is disabled. It doesn't. Why?
See [Slack thread](https://neondb.slack.com/archives/C033RQ5SPDH/p17…