T. Mjoen
T. Mjoen
This looks very cool! We have a framework we use that is a bunch of postcss plugins implementing different at-rules with a centralized config file at the heart of it....
This would be a GREAT feature, since I'd like the fans to run a bit more than the current minimum to bring down the average temp :)
This could be important towards change tracking with Live View IIRC? If we replace with structs on every pass through the cast function, everything will be marked as a new...
I have a similiar problem, but with latest Chrome. Also, my qLtempOverlay fades in to black, no matter what I set as `backgroundColor` in options. The problems started when I...
Same error with `manifest: false`. I'm not using any dynamic `import()` in **my** code at least, not sure what happens in the vendored stuff.
Only one path in `input`: ```es6 rollupOptions: { input: { main: "js/index.js" } } ``` Hmm about the vendor import, I am importing stuff in my `js/index.js`: ```es6 import 'objectFitPolyfill'...
Absolutely! https://github.com/tmjoen/repro_gh11
Haha, that's a great way of putting it! Thank you for taking a look
I didn't get a warning about the parentheses, I just spotted it when looking at the function
Not sending `_unused` for hidden inputs were very helpful for us, since we have some huge forms with a lot of hidden inputs that generate a ton of extra noise...