Kael
Kael
These tests all pass locally :angry:
This will need real-world testing to ensure it doesn't introduce reactivity problems.
Breaks dynamic slots, with `optimize: true` the label doesn't change: ```html Custom {{ label }} import { ref } from 'vue' const customLabel = ref(false) ```
I have a global error handler so most errors aren't actually caught by trackErrors(). I can report them with swetrix.trackError() but without stack traces that's pretty much useless.
It looks like the only component this actually affected was VField, everything else still looks identical. Should we keep some sensible defaults for headings and lists? Reset to 0 is...
A short command for switch+copy would be nice too, maybe `-C` for `-c --cp`
The values in the slot are normalised, you will get some floating-point inaccuracy if you try to display them as text.
getConnInfo doesn't seem super useful, koa's ctx.ip also resolves X-Forwarded-For which is most likely what you're looking for in a production system.
> Swaps VCol/VRow spacing system to use gap instead of negative margin hack This will break a lot of layouts which is why I put the issue on a major...