Matthias Beyer
Matthias Beyer
Hi. I don't know why this isn't possible yet, and while searching the issues I did not find something that answered my questions: Why is there no caching for member...
Output: ``` error[E0425]: cannot find function `stderr` in this scope --> /home/m/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-cov-0.0.1/src/main.rs:62:18 | 62 | writeln!(stderr(), "{} {}", "error:".red().bold(), error).unwrap(); | ^^^^^^ not found in this scope | help: possible...
In #72 the foundation for denying API diffs was implemented. This PR is the next step to allow only certain changes to APIs via CLI parameter. Tell me what you...
When executing `cargo bump minor` in a workspace root, I get: ``` cargo bump minor thread 'main' panicked at 'package.version missing', libcore/option.rs:989:5 note: Run with `RUST_BACKTRACE=1` for a backtrace. ```...
Regex error
cargo profiler crashes for me: ``` Profiling imag-counter with cachegrind... error: regex error -- please file a bug. third party subcommand `cargo-profiler` exited unsuccessfully ``` How to investigate?
Hi, I am currently playing with cursive and had the problem that I cannot configure the logger, so I had a look at the codebase and found that there is...
It would be nice if there was a View which can show other TUI apps... I particularly think about vim here, (but this is not related to #358 because in...
This is merely a note for myself. Maybe it is possible and maybe even a nice way to do it: sending issues (or rather new messages) using git-format-patch and applying...
I am currently in the process of writing an app with `libgitdit` and I found that it is _way_ to hard to use. For example, for checking whether an issue...
IMO `git dit list` should show author date rather than committer date.