dpc
dpc
Fixes: https://github.com/tokio-rs/tracing/issues/2460 I only fixed lints making #2917 fail. Seems like they affect `v0.1.x` branch as well?
`pkgs.rustc.src` is a ``` /nix/store/wrxr7nvx9zkhs0sp8rna227n47hyc3fl-rustc-1.51.0-src.tar.gz: gzip compressed data, max compression, original size modulo 2^32 1051570176 ``` `rust-analyzer` doesn't seem to work with it.
Since there is no `accept` with a timeout [I've used a standard `timeout` operation](https://github.com/rustshop/loglog/blob/b87689adcbc46ef613599da34ef380fe229fad76/server/src/node.rs#L947) to implement a graceful shutdown. It kind of worked, but [lead to a hang at the...
Either I'm not understanding or something is off. The documentation says: > Write a buffer into this file at the specified offset, returning how many bytes were written. ```rust use...
I've submitted a fix to the dependency: https://github.com/matthewbauer/nix-bundle/pull/103 .
Current mioco supports multhreading and the original issue should be gone already.
Is the version you're using older version of what I was using for mioco? https://gist.github.com/dpc/8cacd3b6fa5273ffdcce
Please excuse me putting this here, but right now my planet is disconnected again, fora is down, reddit is obsolete, and there's basically no public place to discuss urbit ideas....
I have a a value coming from `clap` argument parsing that might or might not be set (so it's `Option`, and I want to use it (if set) to override...