Daniel Waechter
Daniel Waechter
Before making another possible change, I tried running `just verify-all` which revealed a bunch of failing lints. Many of these are because the repo uses `clippy::pedantic`. I attempted to stick...
Greetings! I recently integrated `minus` into [Bat](/sharkdp/bat), a popular `cat` clone with syntax highlighting and some other nice features. Bat still uses (non-managed) [less](/gwsw/less) by default, but now includes minus...
I noticed that PR #190 failed to build in CI because of some lints that have been introduced in go. This PR updates the github workflows to use the latest...