-
Create an S3 table with format inference, remove the blob, restart the server:
```
2024.10.30 09:44:37.973167 [ 84 ] {} Application: Code: 722. DB::Exception: Waited job failed: Code: 695. DB::Ex…
-
[Cross posting stackoverflow](https://stackoverflow.com/questions/61491070/why-implementation-of-iterator-is-not-generic-enough-in-async-context) because it's look like a compiler bug/limitation.
-…
-
The crate seems to be unmaintained and unsound:
* https://github.com/Matthias247/futures-intrusive/issues/56
* https://github.com/Matthias247/futures-intrusive/issues/42
Alternatives:
* Use …
-
### Bug Description
Hello,
I am setting up an axum web server with a simple route handler. The handler acquires a connection from the connection pool, and then runs some arbitrary statement. Origi…
-
### System Information
OpenCV version: 4.5.4 and 4.7.0
Operating System / Platform: Ubuntu 22.04 (Jammy Jellyfish)
Compiler & compiler version: GCC 11.2.0
### Detailed description
Hello, I've re…
-
With the increase of dependencies and variants of them considering features, releasing the 0.6 version revealed some issues in different places (namely, on `miden-tx-prover` on `miden-base`, `miden-cl…
-
I'd like to subscribe to your RSS feed, however I get: "Feed not found from https://async.rs/blog/#" when I try to add it.
-
Reproduction steps:
1. Clone repo
2. cd async-fetcher/fetcher
3. cargo run
Result:
```
-> % cargo build
warning: method `content_length` is never used
--> src/lib.rs:651:8
|
650 | t…
-
### Observed behavior
When publishing messages to JetStream using publish, the PAFs take around 5 seconds each to resolve if the server is restarted or encounters transient errors. This leads to si…
-
Hi, thanks for publishing this crate! I found it while looking for proc-macro-free `async-stream` alternatives, that would be a great thing to have. Unfortunately the current implementation is unsound…