Sebastian Kieritz
Sebastian Kieritz
Hi, when I change the progress of a progress bar with the handle on the bottom, there is no visible change. The whole progress bar always is completely filled, no...
Ruby does not provide `fork()` under windows. I worked arround that by replacing the call to `fork()` in line 18 of `poor_mans_capture3.rb` with `Process.spawn(*cmd)` and deleting line 23 (`exec(*cmd)`). As...
Fixes #22, a windows-specific bug because fork() is not available on windows machines, so spawn() is used instead
**Describe what problem this solves and why this would be valuable to many users** I see some hidden files, but I don't know why they are hidden or what to...
**Is your feature request related to a problem? Please describe.** When I read an item and go back to the list of items, it's hard to know which was the...
**Is your feature request related to a problem? Please describe.** I have some code that prefixes a string conditionally: ```csharp val = val.Contains(prefix) ? val : $"{prefix}{val}"; ``` I have...
It would be nice to be able to add a tag to one ore more issues via the context menu in the issues list. It would be sufficient to only...
I have a WebViewer, with which I want to display HTML from RSS feeds. This generally works, but for one of the feeds I'm testing with I get some HTML...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your issue described in the documentation? - [x] I have read the...
# Update Decky Sunshine to 2025.10.27-dddf365 Major refactoring of Decky Sunshine, including - a fix for autmatically restoring the state of Sunshine after restarting, - reworking the UI and code...