dpc
dpc
If I wanted to use `rustbox` as base for a TUI text editor, should I be aware of any limitations? Specifically, when using certain library it's sometimes impossible to parse...
As a part of `cargo crev` I was reviewing this crate in version 1.10.1 . All was good, but I have one idea. It seems like on Windows this crate...
I have a `ArcRef`. I'd like to turn it into two `ArcRef`s, each a subslice (something like `split` does for strings etc.). I need something like a map, but that...
How would I go about saving bloom filter to a disk?
When I do `:Me` I'll get this: ``` Created new window in existing browser session. ``` displayed which corrupt the view of the window. Obviously it's a message displayed by...
Hi, I'm the author of https://github.com/dpc/crev/tree/master/cargo-crev - a tool for keeping check of your dependencies. I was doing review of crates from https://crates.io/users/IvanUkhov, since I had previous instances when I...
**Version** List the versions of all `tokio` crates you are using. The easiest way to get this information is using `cargo tree` subcommand: 1.37.0 **Platform** The output of `uname -a`...
```nix android-nixpkgs.sdk (sdkPkgs: with sdkPkgs; [ cmdline-tools-latest build-tools-32-0-0 platform-tools platforms-android-31 emulator ]); ``` (from README) does not work for me. Complains that `android-nixpkgs.sdk` is not a function. Seems like `android-nixpkgs.sdk.${system}`...
``` error: hash mismatch in fixed-output derivation '/nix/store/w7hmkcv8n8rf8iyq9y5mgjy4ywfix0bd-arm64-v8a-32_r06.zip.drv': specified: sha1-9kVG98/NdR2JyLd5nURGdrIXxiM= got: sha1-npfX7NW2y52RQby6rsE0ggrFaeE= ``` ``` > nix-hash --to-base16 sha1-9kVG98/NdR2JyLd5nURGdrIXxiM= f64546f7cfcd751d89c8b7799d444676b217c623 ``` I think it's the second time I'm seeing this happen....
Fixes: https://github.com/tokio-rs/tracing/issues/2460 I only fixed lints making #2917 fail. Seems like they affect `master` branch as well?