Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

WinkelCode

WinkelCode opened an issue on nomi-san/parsec-vdd
App doesn't see added displays while connected to RDP. Functionality works, but they don't show up.
When connected via RDP, it will appear as though the "Add Display" button does nothing, but it does actually add the display and it shows up when connecting to a normal session afterwards. My un...
WinkelCode created a comment on an issue on nomi-san/parsec-vdd
CPU usage seems normal now 👍

View on GitHub

WinkelCode closed an issue on nomi-san/parsec-vdd
"Relatively" high CPU usage from ParsecVDisplay.exe when in background
<img width="419" alt="Screenshot from Task Manager showing 0.5% CPU utilization of a program called ParsecVDisplay" src="https://github.com/user-attachments/assets/cc7e7214-34ef-4c25-93e6-9abd0d38e...
WinkelCode forked nomi-san/parsec-vdd

WinkelCode/parsec-vdd

WinkelCode opened an issue on nomi-san/parsec-vdd
"Relatively" high CPU usage from ParsecVDisplay.exe when in background
<img width="419" alt="Screenshot from Task Manager showing 0.5% CPU utilization of a program called ParsecVDisplay" src="https://github.com/user-attachments/assets/cc7e7214-34ef-4c25-93e6-9abd0d38e...
WinkelCode created a comment on an issue on microsoft/devhome
Same here on fresh 24H2 install. Shows up in `winget list` and was updated once, but doesn't appear through search or in All Apps.

View on GitHub

WinkelCode starred nicbarker/clay
WinkelCode created a comment on an issue on microsoft/vscode
I use case-sensitive APFS on my development volume and just ran into this issue: I created a folder with uppercase letters and renamed it to lowercase. VSCode then showed it as lowercase, but whene...

View on GitHub

WinkelCode created a comment on an issue on moonlight-stream/moonlight-qt
@brianschrameck > I seem to be having a similar crash. Basically, after quitting a stream, sometimes the display will lock up with half the desktop and half the stream showing. Eventually the lap...

View on GitHub

WinkelCode created a comment on an issue on moonlight-stream/moonlight-qt
Are you using some type of HiDPI hack for your external monitor? I started experiencing the same crash, presumably around the time of upgrading to Sequoia. It seems that disabling HiDPI mode fixes ...

View on GitHub

WinkelCode starred containers/krunkit
WinkelCode starred crc-org/vfkit
WinkelCode created a comment on an issue on objective-see/WhatsYourSign
You can use `brew reinstall whatsyoursign` to upgrade. Note the command that is printed, for example: ``` ==> Installing Cask whatsyoursign Cask whatsyoursign only provides a manual installer....

View on GitHub

WinkelCode opened an issue on go-task/task
In dynamic (shell) variables, an empty (no characters) script block after template expansion causes type error when referenced
## Sample taskfile showcasing the bug: ```yaml version: '3' vars: ITEMS: - "a" - "b" tasks: default: vars: FILTERED_STR: sh: |- {{range .IT...
WinkelCode opened an issue on go-task/task
`set:` option doesn't apply to dynamically (shell) expanded variables
```yaml version: "3" set: - pipefail tasks: default: vars: TESTVAR: sh: |- false | true echo "test" cmds: - |- false | t...