Robin
Robin
### Checks * [x] I added a descriptive title to this issue * [x] I have searched (google, github) for similar issues and couldn't find anything - #3641 the fix...
## Issue i have my board setup with a list containing projects. Most items have the parent to one of these projects. I currently see no option to only show...
After running a command, a zombie process stays. ``` 32430 robin 20 0 127208 4812 3068 S 0.0 0.0 0:00.24 `- bash 23581 robin 20 0 1.001t 34584 30164 S...
relevant part of the code: ```lua camera = Camera(0, 0, window.width, window.height) camera:setFollowStyle(nil) local w, h = camera.w/16, camera.w/16 camera:setDeadzone(window.width / 2 - 50, window.height * 3/4, 100, 50) camera:setFollowLerp(0.8)...
expected: goes to the next occurrence observed: when there are no more occurrences on this line it jumps to the next one but not the correct column. tested with findNext,...
coming from my previous setup, the first indent guide are a bit distracting. Therefore the option to disable this current:  enabled:  my neovim config for comparison (using indent-blankline...
When the tree has no selection the cursor_line is -1, then clicking on the last node in the tree will check if the selection is different from the last selection,...
#### Motivation We need automatic scaling for servingruntimes based on some gpu load metric. The default deployment included metrics including prometheus. Using keda we want to scale based on prometheus...