Alexander Lopatin

Results 38 issues of Alexander Lopatin

Originally reported [here with all details](https://github.com/emilk/egui/issues/384) ``` $ RUST_BACKTRACE=full cargo run --example blitting Finished dev [unoptimized + debuginfo] target(s) in 0.05s Running `target/debug/examples/blitting` thread 'main' panicked at 'called `Result::unwrap()` on...

I'm looking for in-app filesystem, similar to [zbox](https://crates.io/crates/zbox). Any hope we'll additionally have cryfs as embeddable app library, without OS-specific dependencies like fuse? I noticed you're in a process of...

- based on diff against files which were unmodified since last `cargo ll*`? - if we rerun `cargo ll*` during working on compiler messages — still we need to do...

- Why? - debugging someone else's project ain't fun with manually processed least readable backtraces - adding custom backtrace for every single project isn't handy either - your commercial multi-service...

enhancement
help wanted

``` Error: `cargo metadata` exited with an error: error: could not find `Cargo.toml` in `...` or any parent directory ```

bug
help wanted
good first issue

bug
help wanted
good first issue

Source code snippets from compiler messages possibly can be highlighted with [bat](https://github.com/sharkdp/bat): ``` CARGO_HIGHLIGHT="bat --style=numbers --theme=zenburn --paging=never --line-range {line} {file}" ``` - [ ] check whether command is installed? -...

enhancement
help wanted

- [ ] patch `#[test]` with wrapper that replaces `assert_eq` with [`pretty_assertions::assert_eq`](https://github.com/rust-pretty-assertions/rust-pretty-assertions)? - [ ] keep normal behavior for binaries comparisons? - or add [binodiff](https://github.com/8051Enthusiast/biodiff) - [ ] add/use env...

enhancement
help wanted

- in case of test failure / app crash due to panic while running via `cargo l{run,test}` — jump to line of the current project - not to a line...

enhancement
help wanted