Vitaly Shukela
Vitaly Shukela
Without "notch compatilibity" checkbox it leaves ugly black bar. With "notch compatibility" messes with touch screen area, exchanges landscape and portrait mode. It is also tricky to turn off profile...
Zxing barcode scanner on smartphone scans this one well:  I tried manually improving the code in raster editor to make it look more like the canonical variant (that zbar...
I expect it to scan the whole crate/project, but instead it tries to open a non-existing file `osha`: ``` $ RUST_BACKTRACE=1 cargo osha Processing file osha thread 'main' panicked at...
There should be a mode for `cargo osha` to output a summary grouped by crate of entire dependency tree, not just individual file or crate.
``` $ RUST_BACKTRACE=1 LD_LIBRARY_PATH=~/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib cargo-osha src/ws_client_peer.rs Processing file src/ws_client_peer.rs thread 'main' panicked at 'Unable to parse file: ParseError(Some("failed to parse crate: failed to parse all tokens"))', libcore/result.rs:945:5 stack backtrace: 0:...
> Unsafe expressions: 315/754 What is 315 and what is 754? It looks like "there are 315 unsafe expressions and 754 possible places for them", but it makes no sense.
``` $ cargo outdated error: Direct dependency rusty-leveldb not found for package dnscache ``` When there is `[replace]` entry in Cargo.toml for it. At least the error message should be...
> Pure-macro Do notation and List-comprehension for Option, Result and Iterator. Will Future and Stream also appear on the list as a logical continutaion?
**Describe the bug** With default `ncurses` backend, `cursive` applications feel smooth and does not blink in e.g. Alacritty. But with other backends (crossterm and termion), it seems like it just...
README: > Rust-FUSE does not just provide bindings, it is a rewrite of the original FUSE C library to fully take advantage of Rust's architecture. Changelog: > Link libosxfuse on...