Ivan Petkov
Ivan Petkov
Thanks @rbozan , could you check one more thing for me? If you move the `patch` section out of `.cargo/config.toml` and move it to `Cargo.toml` does that make any difference...
If that doesn't make a difference could you also try running `cargo update` after moving the `patch` section into `Cargo.toml` and see if that affects anything
> So I guess the local paths not working is a different case. The local path is still in the root of the repo right? (or rather contained in whatever...
@rbozan ah interesting, I think what is happening is that since the `flake.nix` file is inside of `my_project`, using `src = craneLib.cleanCargoSource ./.;` means only `my_project` is "visible" during the...
Unfortunately, I think this is the only way to accomplish this. We pretty much wrap the stdlib types, and there aren't any OS extensions that I could find which do...
It's worth a shot! We don't *need* to wait on the stdlib to potentially add such a wrapper, but having the feature parity would be nice
Looks like `process_group` [was stabilized](https://github.com/rust-lang/rust/pull/99088) and will land on 1.64
I think next steps for this are: - [ ] wait for 1.64 to be released - [ ] add a `process_group` API behind a `tokio_unstable` flag - [ ]...
Thanks for the report @Janrupf! You're totally right that the driver does not actually care for write-readiness since it uses read events to wake up
Worth noting that we may need to wait for our MSRV includes this change before we can roll it out as a feature