Daniel Beckwith
Daniel Beckwith
@sanmai-NL What about `#deny` rules? If there are any of those, then building with vs. without clippy would provide different results in regards to whether the code will build successfully...
I just started using NixOS and I'm seeing `Unable to determine time zone: No such file or directory (os error 2)` from `exa v0.10.1`. Does this PR cover fixing that?
I guess it might be #856 which is fixed by this?
Actually I was able to fix the error just by setting the `time.timeZone` NixOS config option.
I think I like option 1 better because it forces you handle the end of the stream using types, whereas with an error variant it's much easier to just propagate...
I would also like this feature. Some way to tell from a `dyn FormatReader` what the underlying format is would be great. I'm not sure the format descriptor is totally...
I was able to compile somewhat by using the last toolchain to produce a successful build in the CI, but I ended up getting a panic in xargo and gave...
FWIW someone tried to fix this in the `core64` crate: https://github.com/japaric/core64/pull/4
That sounds perfect, thank you!
Interesting. I've mainly been using this to communicate with VCV Rack which as far as I know doesn't mind being spammed with messages, but I can see how that could...