Alex Povel
Alex Povel
I am not aware of a template for issues, so this is free-form! In the README, it currently states: > To use an external SMTP server, you have to provide...
Inspired by [delta](https://github.com/dandavison/delta#features), see also [here](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda). Downside: requires pretty recent terminals, won't be very portable (but very sleek).
Fetch a bitmap from the given URL, convert it to ASCII art ([random example](https://gist.github.com/mayjs/5dc934d42bad05825ea9cd5a26517d97) for a possible implementation).
See also https://tonsky.me/blog/unicode/
Upstream base `tree-sitter` has seen some updates this now incorporates. It also bumps this crate's version. The scheme chosen is for the Rust crate's version to be in lockstep with...
Publishing to crates.io requires all dependencies be available on crates.io. The upstream crate for `tree-sitter-hcl` is not. However, we can include it as a submodule and massage the output(s) of...
See also https://github.com/BurntSushi/ripgrep/blob/71d71d2d98964653cdfcfa315802f518664759d7/crates/core/flags/hiargs.rs#L172 Closes #2854
### Please tick this box to confirm you have reviewed the above. - [X] I have a different issue. ### What version of ripgrep are you using? ignore = "0.4.22"...
These could be collected and then released all at once, to reduce churn and have a single "BREAKING CHANGES" section in a single release. - `--stdin-override-to` is currently `Option` which...