georgealways
georgealways
I'm going to change this to a won't-fix. The dat.gui => lil-gui transition feels like it's just about done, and I think we've provided enough migration notes and legacy support...
Revisiting this—prefixing only solves some of the issues. Making the selectors less generic (`.button` => `.lg-button`) wouldn't do anything in the face of a framework that applies styles to the...
Yes you're right, it doesn't have to be all or nothing. Avoiding class name collisions at the least would still be a good thing. The other major pitfall to 'namespacing'...
Ah okay—I think I misunderstood your original intent. If the issue is more about appearance than functionality, then you can use the selector `.controller.disabled` to apply your own styles to...
Oh that is a bummer! Basically back where we were at with dat.gui ... It does feel a little out of scope for colorspace conversion to live in lil-gui, especially...
Hey apologies for the delay, just getting back from a trip. I had a similar idea re: getHex/setHex ... maybe lil-gui could treat objects with the shape `{ getHex(), setHex()...
Thanks for this. I'm able to reproduce, but to confirm, it seems like this only affects number sliders with a step?
Hi @psnet, I'm not sure if this was intentional but it appears to be a duplicate of your comment on another issue: https://github.com/georgealways/lil-gui/issues/46#issuecomment-1972019070 As for extra onChange events, there will...
Hi all, this issue is fixed as of 0.19.2
Hi there, thanks for this. So we just crossed over 30kb un-gzipped and I'm starting to get a little self-conscious about file size. I'm already a little bothered by the...