Gerrit Kieffer
Gerrit Kieffer
### Description `jless` currently returns 0 (success) as an exit code, even if the command failed (e.g. if the input wasn't valid JSON). To reproduce: ```bash jless -
I'm used to do merges with `--no-ff`, but it seems that it is not accepted as a solution in "Merge - Contradictions": 
**Describe the bug** When updating several oh-my-zsh plugins in parallel, all but one updates fail. This is probably the case for every single-repo-multiple-plugins-scenario. **To Reproduce** Not sure how to reproduce,...
## Expected behavior When I type `lsd --date='date' ` the zsh completion lists all files in the current directory. ## Actual behavior When I type `lsd --date='date' ` the zsh...
Not a big deal, but pigar treats arguments in requirements.txt files as packages. E.g. sometimes you want to split your requirements or allow private package repositories: `requirements.txt`: ``` pigar ==...
**Describe the bug** When passing `--all` to `ls-files` I would expect _all_ files ever tracked by lfs - including the currently tacked files - being listed. Instead, in our repo,...
### What happened? ***tl;dr***: my pulumi kubernetes deployment in combination with [loft-sh/kiosk](https://github.com/loft-sh/kiosk) or [HNS](https://github.com/kubernetes-sigs/hierarchical-namespaces) from a GitLab Agent prints several errors about failing watches, but without affecting the success of...
If the timeout in BLPopWithKey is reached, a RedisProtocolException is thrown because a length of 2 is expected but -1 received. Probably related to #47
In https://github.com/atifaziz/NCrontab/issues/63#issuecomment-637545877 it was stated that > This library only supports the [original contrab expression](https://github.com/atifaziz/NCrontab/wiki/Crontab-Expression). [...] A _first Tueday_ of a month can only occur on days 1-7, so you...
### What happened? PR #613 broke my setup with `tj/git-extras` (and it might apply to other setups, too). Here's what I observed: 1. Since `git-extras` default target is `install` already,...