Alexandru Macovei
Alexandru Macovei
For convenient use, providing an executable binary (available via `cargo install async-tftp-rs` for instance) from this crate would be great. This would make it immediately useful for most use cases...
This is intended as a tracking issue for general code quality and design discussions. @sharkdp feel free to close this when you think quality has reached an overall satisfactory level....
How would you feel about making the keyboard controls more in line with other TUI applications? `/` usually means search/filter, in `htop`, `less`, `vim`, etc. However zenith uses this to...
Frequently, when I open a new terminal session to a machine that's already running zenith from somewhere else, it fails to start, and I have to pass `--disable-history`, which is...
It would be useful to see which worker processes belong to which parent ones for instance. As a related idea, maybe there could be an option for displaying the parent's...
Keeping the source formatted automatically allows anyone that wants to contribute to just format the source automatically for their changes, without introducing a large delta in existing code. For any...
I am opening this issue here, since [](https://github.com/mesalock-linux/rustls) has no option to open issues in the mesalock-linux/rustls repository. Looking at the first commit on the rustls fork that adds feature...
The following snippet, with 3 lines, is counted as 4 lines: ```html ``` (snippet taken from `testing/web-platform/tests/css/cssom/CSSStyleSheet-template-adoption.html` from the firefox 85 code) Tokei's output looks like: ``` =============================================================================== Language Files...
It changes the following: - displays the commit name besides the hash in the file view I followed the checklist: - [ ] I added unittests - [x] I ran...
This Pull Request fixes #1341. It changes the following: - displays current repository path in the top-right corner I followed the checklist: - [ ] I added unittests - [x]...