David Martos
David Martos
To help implementation, this is the information I could find to fetch the original Steam image assets. It's probably not very hard to implement, since the game ids are known....
@hawk That worked, thanks. Would there be a way to use that setting only when running lux? I would prefer not to change the defaults on my system. Do you...
@simolus3 I did not see such error unfortunately. But I think the problem is that the individual stmt.dispose() was not added when the cache statements flag is false. That was...
@clragon Thank you for considering! Here is a more elaborated example (code below) It's how I'm currently using typeahead in a scrollable UI. To improve UX, if the user focuses...
@clragon Would exposing a `resize` method to be called from the user side be feasible to do? I believe that could work too, as we know when we need to...
@frederikstonge Yes, it didn't work for me either when I tried it out back when I opened the thread. Otherwise I would have gone with the Timer approach too. There...
@simolus3 That's interesting, I didn't know it was binding the values as literals. My use case for these fortunately are inserts, which we can refactor to use a single one...
Probably related to: https://github.com/bottlesdevs/Bottles/pull/3211
Maybe related #28204 I've recently profiled one list view in my app that wasn't performing that well. Many frames were taking too long because of a Semantics step. Putting an...