Jamie Nguyen
Jamie Nguyen
Oops, forgot to add: ``` $ echo $SHELL /bin/bash $ bash --version | head -n1 GNU bash, version 5.1.8(1)-release (x86_64-redhat-linux-gnu) $ scmpuff version scmpuff 0.5.0 $ git --version git version...
Ouch, I'd never really paid attention before to how inconsistent Git CLI is. Seems like this is going to be tricky :grimacing:
Thank you so much for reporting this! I've fixed this in `4.3.2` so it should work as expected now when you set `colourize=0`.
To add some context here, terminal applications (such as a text editor like Neovim) can usually respond to the terminal window being resized as the the terminal will send a...
Hi @DarwinAwardWinner, thanks for your feature request! I like the idea, but I'm not sure that WebExtensions allow you to override default keyboard shortcuts. I couldn't find anything definitive. There's...
After you run that command, the setting persists after you close Firefox which is handy :) And as a bonus you get `Ctrl+0` that does the Right Thing. The problem...
Ah, sorry, tests were passing locally but I didn't run them again after re-preparing the commits for the PR.
The [last commit](https://github.com/ofek/hatch-containers/pull/15/commits/194768383d354be7f463a8bbe5c367573f635df2) is to fix [this lint error](https://github.com/jamielinux/hatch-containers/actions/runs/4488018486/jobs/7892117461). The other three commits before that fix some differences between my local environment (where tests were passing) and the GitHub runner...
@janosdebugs Hi there! The adverse effect is that when users run `dnf` or `yum` for general package management (including non-opentofu packages), the opentofu repository metadata is re-downloaded very often. (The...
I'm getting this issue too. Also on postgres 16. Like you, the switchover seems to be ok, but it's hard to know if this warning means something less noticeable broke.