Alexander Krivács Schrøder
Alexander Krivács Schrøder
The thing that trips me up about this documentation > Path to the Cargo.toml file. By default, Cargo searches for the Cargo.toml file in the current directory or any parent...
I'm pretty sure that only one runtime can be pulled in at a time, since switching from one to the other means replacing all calls to `async_std::task::spawn_blocking` with `tokio::task::spawn_blocking`, e.g....
Oh, I didn't think to give `async-compat` a try. I'm not opposed to that solution if it works. I'll give that a shot, thanks for reminding me of its existence!...
So, finally having time to play around with this again, I thought I would, just for fun, try using `cacache` directly without the `async-compat` in-between, expecting something like the typical...
How has this not been dealt with in nearly two years?!
I agree with you under most circumstances, especially when it comes to implementing new features or fixing complicated bugs; things that would require a person to sit down and figure...
By happenstance, I noticed that support for this particular idea had been added in [one of the latest commits](https://github.com/RReverser/serde-xml-rs/commit/e6bf15ae703ff8eb76143d1dcecc445b78e53e07), but had not made it to a release on crates.io, so...
And one more update, because the built-in implementation is bugged. This attribute: `autoEnter="0"` when marked as `bool` is read in as `true`. So I had to switch back to my...
Ah, looks like `eyre` has a similar report yaahc/eyre#59 to solve the same problem. It was supposedly fixed by yaahc/eyre#81 though, but the issue was re-opened in concert with yaahc/eyre#82...
It was 7 crates, that message came on the fifth one.