Sam A. Horvath-Hunt

Results 206 issues of Sam A. Horvath-Hunt

See [here](https://github.com/parcel-bundler/parcel/issues/2716).

bug
blocked

Perhaps we need to perform filtering, sorting, et cetera in the host? May also need to look into caching. See #116 and #118.

investigation

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.

investigation

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...

bug

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...

Deafening me upon boot.

bug

https://github.com/NixOS/nix/issues/3978#issuecomment-952418478

bug

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...