Robin

Results 8 issues of 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...

bug

## 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...

Feature:Filters
Feature:Cards:Subtasks
Feature:Multiverse:Router

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: ![image](https://user-images.githubusercontent.com/22073483/189832778-b0fd407e-80b1-4deb-aaf4-878954a86f33.png) enabled: ![image](https://user-images.githubusercontent.com/22073483/189832506-b3d75b07-8b6d-48a0-b2e2-f0cb13f23c85.png) my neovim config for comparison (using indent-blankline...

A-helix-term
S-waiting-on-review

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...