-
### Describe the bug
I added an external table and mistakenly gave the wrong name for one of its partition columns. The DDL operation returned successfully, and some basic queries on the table were s…
-
After today's update (though cargo) I keep getting a crash:
```
$ RUST_BACKTRACE=full termusic /mnt/data/Music
thread 'main' panicked at 'Error spawning server process.: Os { code: 2, kind: NotFoun…
-
看到这里使用的是 may 这个运行库。有没有考虑支持 tokio 和 async-std 呢?
-
Tokio, and other async runtimes, tend to have nice macros to use async functions as a main function or as a test. Async functions annotated with `#[tokio::main]` and `#[tokio::test]` can be used norma…
-
I copy the code from `bench_multiplexed_async_implicit_pipeline`, but the program cannot return from `get_multiplexed_tokio_connection()`. I have tried `bench_multiplexed_async_implicit_pipeline` and …
-
#### 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…
-
I need some help in using Ambassador to generate a delegate like my following hand crafted delegate implementation.
I see in [issue 20](https://github.com/hobofan/ambassador/issues/20) that what I …
-
rustc -V
rustc 1.78.0 (9b00956e5 2024-04-29)
windows 10
stable-x86_64-pc-windows-gnu
```
cargo new app
> cd app
> cargo add viz
> cargo add tokio
```
config.toml :
```
[package]
…
-
Hi, I found some bug that the code hang when using iopoll without sqpoll.
This bug can be reproduced with example below.
```rust
let mut builder = tokio_uring::builder();
builder.uring_b…
-
**Describe the problem you are trying to solve**
The state of feature discoverability in Rust is not great. Sometimes I try to remember the name of features of packages off my head, but misreme…