-
I get some compilation errors when I try to use a custom status type in `napi::Error` for constructors and async functions.
Using custom errors for standalone functions and normal member functions …
-
Recently, I've started to get non-deterministic panics in my tests with 'dispatch dropped without returning error'. May or may not be related to upgrading to tokio 1.0, I have no idea.
Probably rel…
-
This is an awesome project! Would love if azure support could be added. If I had lots of time could potentially help here.
```
thread 'main' panicked at 'an error occurred during creating kube cl…
-
Hi,
I am trying to use pg-embed to run a test. So I did the following:
cargo.toml
```
...
[dev-dependencies]
pg-embed = { version = "0.7", default-features = false, features = ["rt_tokio", "…
-
### What crate(s) in this repo are involved in the problem?
tokio-console
### What is the issue?
tokio-console shows a warning for a task having lost it's waker. But the task should be finished.
I…
-
**Describe the bug**
We bumped the object store to 0.10 in delta-rs, and now we already seeing a couple reports on the following error `error decoding response body`. Happens on Azure and S3.
See…
-
How do you feel about merging all these dependent repos into 1 and using cargo workspaces to build them? https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html
You can still reference indivi…
-
It seems that some change in the API has turned `listingId` into a string rather than a uint32.
Log:
```
Error:
0: Unable to get resale offers
1: error decoding response body: invalid type…
-
## Version
The Cargo.toml line pertinent to Tokio is `tokio = { version = "0.2.13", features = ["full"] }`.
The crate is a member of a workspace.
The editor is VSCodium v1.42.1 using RLS exte…
-
lazy_static!, while a declarative macro, is a macro nonetheless. It can add quite a bit of additional compilation time cost. once_cell::sync::Lazy does the same thing with generics, and can be used mo…