TJ
TJ
i think we have .usage= already
meh I think compiling with c99 is pretty easy these days, at least I haven't personally had any issue
hmm tough call there, I would imagine that would be fine. I also noticed that if I replace a button I cant tab to it from a form, but that...
👍 would be great to have a consolidated package for the lower level functionality, seems that most people inline this stuff in larger projects but with all the compatibility issues...
SGTM, happy to take a look at a PR, might be a little while until I can get to it
cool I'll try and take a closer look soon thanks man
yeah we can just load / compile the template and cache the function
we could probably also check for a function of the same name just in case, shouldn't hurt
personally I find this one a bit unnecessary, just because everyone is really used to `padding: Y X` etc. Maybe `padding-y: 5px` etc if anything? not sure
i find most css stuff a bit counter-intuitive since people usually talk about dimensions x/y width/height, but css stuff is always clockwise from the top `padding: top right bottom left`,...