Artur Sapek
Artur Sapek
20 seconds is a long time. I want to reduce the `cake build` compile time to **2 seconds.** Right now the compilation system is as dumb as it gets -...
I'm not sure whether we should be trying to remove jQuery. Grepping around, it looks like there's ~400 instances of jQuery methods being used. http://artur.co/pastes/1390824908.txt That's a lot. It would...
This exposes `iced_native::Event::Touch` in `canvas::on_event`. Currently it's not possible to handle touchscreen interactions in canvas code, the way a lot of builtin widgets do (`slider`, `button`, etc). I tested the...
I'm using this plugin in a project that started throwing errors in some sub-dependency because `globalThis` wasn't defined yet when this code ran. This one-line change resolves those errors. :-)
I noticed this is present in API response but not in this type :)
this fixes a bug with this plugin where the file paths & line numbers don't update correctly after a hot reload. the error message for each entry does update while...
# 🐛 Bug Description You guys recently started including a package called `script-composer-pack` in your SDK, which contains a single 5MB file in its `dist/esm` (and `dist/cjs`). It appears to...