Sam A. Horvath-Hunt
Sam A. Horvath-Hunt
See [here](https://github.com/parcel-bundler/parcel/issues/2716).
Perhaps we need to perform filtering, sorting, et cetera in the host? May also need to look into caching. See #116 and #118.
See [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/theme/getCurrent) for WebExt theme, see [here](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) for determining system/OS preferred theme.
Adding ~100kb via Lodash I think. Not a big deal for a local WebExtension, but still.. Experiment with: `webpack -p --stats --json > webpack-build-stats.json` (there'll be 4 bad lines at...
My Arch container broke between 21.11 -> unstable. Ideally it'd be described declaratively. Here's how I get it set up: ```console $ distrobox create -i archlinux -n arch $ distrobox...
Need Nix on my macOS laptop now. Ideally it borrows most of the config from Alakazam.
Another npm malware incident. If I have a project in `~/dev/x/`, how can I prevent it touching anything outside of that directory? This needs to be a cross-language solution. Following...