GameParrot
GameParrot
Loading Vulkan fails on macOS even if the user has libMoltenVK.dylib. This is because it tries to load libvulkan.1.dylib, not libMoltenVK.dylib.
It would be amazing if you were able to rotate selected chunks. For example, you would be able to copy and paste a chunk and then rotate it 180 degrees.
It is possible to stop the system volume/brightness overlays by suspending OSDUIHelper. This could allow you to use the app without disabling SIP. To suspend the process in Swift, you...
When listening for a volume keypress (.volumeUp or .volumeDown) using ``` let hotKey = HotKey(key: .volumeUp, modifiers: []) hotKey.keyDownHandler = { print("Volume up pressed") } ``` the keyDownHandler is not...
**Describe the bug** When starting any version that uses RenderDragon, the game crashes because of missing symbols **To Reproduce** Steps to reproduce the behavior: 1. Launch 1.18.30.04 5. See crash...
**Describe the bug** When trying to start the game without FMod, PulseAudio crashes as soon as it tries to start. **To Reproduce** Steps to reproduce the behavior: 1. Remove the...
#### :bug: Description When using the extension, the RAM usage is insanely high, When running the test at https://browserbench.org/JetStream/, it goes over 4 GB with the extension and rarely over...
A lot of bots I see tend to use outdated versions of browsers (like Chrome 79.0.3945.79). I think an option should be added to disallow browsers older than 2 years...
## Problem It would be nice to have an option to launch the game from the command line. ## Solution A separate executable could have command-line arguments that allow for...
It takes like 2 minutes to build the release version of Swifter. Building the debug version takes a normal amount of time. I don't know if this is a Swift...