Aspen
Aspen
For an example of the contextual-ness of this problem, here is the correct logic for a `Slider` i wrote for my `latch` implementation, which took much trial and error to...
Thanks for cleaning up my over-complex pseudocode for detecting it :sweat_smile: I gave this a try via an extension trait, to see how a few different widgets behave: * Combo...
My concern with simply providing sizes is the lack of sharing between user code and the Gui renderer, or between multiple Gui renderers. In my usecase, the texture staging arena...
I have made a simple implementation of this over at https://github.com/Fuzzyzilla/social-app/tree/hide-numbers, it adds an option in the accessibility tab. Currently it only hides Like and Repost counts on posts and...