Frog Business
Frog Business
``` } else { // otherwise, just perform click on child childView.performClick(); } ``` to ``` } // perform click on child childView.performClick(); ``` It would fire in a regular...
## Bug Report ### What's the issue you encountered? Flickering / Missing grass on title screen on the ground. https://youtu.be/sWfVh_Iq4ec This glitch was only happening in Vulkan until 22.7.1 driver....
I'm trying to make a Playnite plugin and want to use cover images as icons but cover images are not 1x1 ratio and Keypirinha displays them stretched I have tried...
`Dapper.Bulk` expects schema name to be in `TableAttribute.Name` property such as `[Table(".")]` But completely ignores `TableAttribute.Schema` property And I also use `Dapper.SimpleCRUD` which uses `TableAttribute.Schema` property and doesn't work if...
Some games are letterbox and 4:3 which makes causes both vertical and horizontal black bars wasting screen space. If there was a configurable zoom option in menu which would resize...
Both `$t('item-type.' + item.type)` and ``$t(`item.type.${item.type}`)`` show "Unresolved key" And can't configure inspection severity for this warning so it always shows Don't know what to do
Non-game entries such as Gamepad Controller Template (1456390) cause Exception ``` Error finding cover for 1456390, Game not found Total cover downloaded: 0 Exception ignored in: Traceback (most recent call...
Somewhat wonky atm, I don't know what I can do about it but I'll try. Also I need a game that you can think of that boots quickly and I...
The current implementation is horrible but it works. I only tested for Player 1 however and only tested between "All Keyboards" and "Disabled" If anyone wants to help me with...
ClientSession::getAccount changed to use less indentation with early returns. Huly®: UBERF-8386