maxice8
maxice8
**Describe the feature or problem you'd like to solve** The `--description` flag can be annoying to deal with when in the shell, with all the quoting issues around single and...
**Describe the feature or problem you'd like to solve** 'open' is currently an alias for the 'reopen' subcommands from 'issue' and 'mr' which I think is more suited to be...
**Describe the feature or problem you'd like to solve** When backporting patches for Alpine Linux I like to checkout from branches other than the one that is default on the...
**Description** Automatically rebase if tracking information is set and one needs to push **Related Issue** Resolves #425 **How Has This Been Tested?** Not yet, waiting for opportunity on Alpine Linux...
**Description** When using `glab mr view` I am helpfully inducted to use `glab ci view ` to see the CI. Unfortunely it checks for in the repo where the Merge...
``` Directory File License Confidence Size masterdir/builddir/celt-0.11.3/ COPYING BSD-2-Clause-NetBSD 92.39% 1.3K ``` with copyright lines removed ``` Directory File License Confidence Size masterdir/builddir/celt-0.11.3/ COPYING BSD-2-Clause 93.40% 1.2K ``` LICENSE FILE...
I have the following in my flake.nix ```nix outputs = {...} @ inputs: import ./desktop/outputs.nix inputs; ``` running `statix check flake.nix` shows this: ```nix [W11] Warning: Found redundant pattern bind...