Kristen McWilliam

Results 119 comments of Kristen McWilliam

I guess ideally this wouldn't be an issue for *this* repo, but rather the Rust install instructions should likely be amended to mention this since it seems to just be...

I seem to be having the same issue (also Manjaro). I have tried: - Both Steam runtime & native - Launching with no controller plugged in - Disabling gamemode in...

> If you create a shell script of the game @strycore Can you explain further what you mean here? I created a script to launch the game the way the...

@strycore I see now! I should have checked what the `-b` flag did. Thank you for explaining further! Launching this way does let Steam continue to track the game (whereas...

I believe I am experiencing a related issue. On the secondary monitor everything seems to work as expected, however on the primary monitor Parachute seems to be overlayed ontop of...

Looking through main.qml @ [updateScreens()](https://github.com/tcorreabr/Parachute/blob/19ae08ef28efc35c67996c6dd7c23b20ed2666d8/contents/ui/main.qml#L267), wondering if this might be a promising spot to look. Looking through the [developer docs](https://techbase.kde.org/Development/Tutorials/KWin/Scripting/API_4.9) I am seeing a few things that stand out, like:...

Is it currently possible to publish directly to flathub?

Thanks! I got it mostly working, only thing that seems to be an issue is that I can't set a transparent background in a sub-window; works fine in the main...

I had this because I used dart native to load the image bytes from a png, and afterwards tried to use `Image.fromBytes()`. Instead loading my bytes into `decodePng()` resolved the...

Also struggling with this on Linux. Hovering over the variable in the editor shows me: > [Visualized View]:Explicit refresh required for visualized expressions ![image](https://user-images.githubusercontent.com/9575627/137533022-59488724-5cac-41be-9d4b-c91065a12841.png) In debug panel all that shows...