Results 11 issues of Matias Wilkman

On Control 1.31, there are issues in the Destinations tab. 1. When I've removed the default destination, it returns upon refresh 2. New destinations do not appear in the list...

Hello, I installed mStream following the instructions at https://github.com/IrosTheBeggar/mStream/blob/master/docs/install.md - however, I get the following error trying to run `npm run-script wizard`: ``` ____ _ _ __ ___ / ___||...

Hi. I would like to add support for the Windows Media Overlay, that is, this little overlay window: ![Media Overlay](https://docs.microsoft.com/en-us/uwp/api/windows.media/images/smtc.png?view=winrt-22000) I am willing to work on this feature myself, but...

enhancement
windows

>Expected behavior When selecting View > On top > While playing, or While playing video, the player is only in "stay on top" mode when there is something playing. >What...

bug

shader code adapter from iq: https://www.shadertoy.com/view/3l23RK

this commit works together with my PR to happy.fxh to provide a new SDF2D source: a sector. shader code adapted from iq: https://www.shadertoy.com/view/3l23RK

added a finnish social networking site, https://irc-galleria.net

handles all three channel URL types (https://www.youtube.com/channel/UC_x5XG1OV2P6uZZ5FSM9Ttw, https://www.youtube.com/@GoogleDevelopers as far as the API works, https://www.youtube.com/user/username)

## Description When exporting a sketch as SVG from Processing 4.3 with `processing.svg`, the result is not what the sketch renders in Processing. ## Expected Behavior I expect the exported...

## Description In my code, I have set `strokeCap(PROJECT);` and `strokeJoin(MITER);` and then drawn a shape, which is a looping path. It renders correctly in Processing 4.3, but when saved...