foxt

Results 69 comments of foxt

+1, changed `node:22.6.0-alpine` back to `node:alpine` in our build scripts and it's still working 🎉

seems like this was introduced in #9068 https://github.com/parcel-bundler/parcel/blob/61248c56f6f0ac8a300adaae4c7e72133370f864/packages/transformers/webextension/src/runtime/autoreload.js

https://www.qualys.com/regresshion-cve-2024-6387/ > discovered this unauthenticated Remote Code Execution (RCE) vulnerability in OpenSSH’s server (sshd) in **glibc-based Linux systems**. Windows is neither Linux or glibc-based so I assume it's not relevant?

what's the situation with filters like `blur()` where the area that the component visually takes up changes? would it clip to the box of the element (like `backdrop-filter`) or would...

Fixed in 622f66c6a5994a1583c2cc8be9958ca34da9135d. npm isn't letting me publish right now for some reason so it's not on there just yet.

thanks for the reminder, should be up now.

hi all, apologies it took so long, can you try again with 1.6.2 (and in the meantime i'll see if i can refactor and enable ts strict mode 😬)

Currently this isn't possible without directly calling the API as iCloud requires you to get subfolders as a seperate API. I'll have a look into sorting this tomorrow

looks like you're using native ESM `{ "type": "module" }`, which is currently something this library hasn't been built to support just yet, try switching to CJS or you might...