-
How to check against a certain error::Kind given a result eg coming from `query_one(...)`?
The [kind](https://github.com/sfackler/rust-postgres/blob/master/tokio-postgres/src/error/mod.rs#L340) enum …
-
**Is your feature request related to a problem? Please describe.**
The traces produced by Tokio are great, however there are some areas in which the hierarchy in which the traces are emitted could be…
-
```
thread 'actix-rt|system:0|arbiter:0' panicked at 'called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) }', src/data.rs:1…
-
Would you be amenable separating the lower level API and higher level APIs ? e.g. in a workspace
I created [io-uring-epoll](https://crates.io/crates/io-uring-epoll) high level API crate f.ex. and I…
-
Sounds exciting, but how do I use it?
I tried this:
```
$ cargo run -- --crate-path . serve
Finished dev [unoptimized + debuginfo] target(s) in 0.03s
Running `target/debug/eye --crat…
-
Hi,
I've used TCP/IP to test this kernel for Jupyter Lab and it worked perfectly. After I've switched to Unix Domain Sockets… This application panics and kernel won't start (obviously).
Panic me…
-
Are there any more examples? The only example I can find for the most recent version is here: https://docs.rs/tokio-postgres/0.6.0/tokio_postgres/ . Are there any examples of doing a SELECT statement …
-
thread 'main' panicked at 'failed to spawn thread: Os {code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }', src/jobserver.rs:53:18
thread 'main' panicked at 'OS can't pawn work…
-
#### 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…
-
Rain server panics while a task becomes redy [here](https://github.com/substantic/rain/blob/master/src/server/scheduler.rs#L148). The relevant part of the log seems to be the following:
```
...
D…