Felix Schneider
Felix Schneider
**Describe the bug** When setting the flag `SHOW_PROJECTS` to `False` the README gets only partial updates as seen below:  ------- **To Reproduce** Use the workflow provided below ---------- **Expected...
### Is your feature request related to a problem? Please describe. When regularly switching between versions of the beta app and the stable version I often have to reconfigure the...
Fixes https://github.com/WestHealth/pyvis/issues/257
In https://github.com/WestHealth/pyvis/blob/master/pyvis/lib/bindings/utils.js there is a statement missing before the code runs (this has to be the first line): ``` let highlightActive = false; ``` This simple adding of a line...
## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? bug / issue ## System information. For...
I am pretty sure this `not` is/was wrong. If not _what is an item_ instead?
### First Check - [X] This is not a feature request. - [X] I added a very descriptive title to this issue (title field is above this). - [X] I...
## Is this a BUG / ISSUE report or a QUESTION? BUG ## System information. For client/server mode post info for both machines. #### Your borg version (borg -V). borg...
**Is your feature request related to a problem? Please describe.** Lazygit does not allow rebasing of commits when the user uses GPG to sign his commits. There is a check...
**Is your feature request related to a problem? Please describe.** When a custom command is specified in the config it runs it with `bash -c ""`. I'd like this shell...