fregante
fregante
Thank you for the solution, but that feels like I’m rewriting core functionality and it’s not super straightforward either https://thewebdev.info/2022/02/26/how-to-get-local-ip-address-in-node-js/
> IMO using JavaScript is much more intuitive and ergonomic than a CLI for complex configuration scenarios This kind of makes sense from a "complexity within esbuild" standpoint but unfortunately...
> This proposal essentially means esbuild would have to completely change its approach to CSS bundling Would it? To me it sounds like `esbuild` could use a `base_path` global that...
Maybe: ``` js const { foo } = null // TypeError: Cannot match against 'undefined' or 'null'. const { foo } ?= null // foo === undefined ```
Until then, on the command line you can run `babel script.js | uglify > script.min.js` But I'd love a cssnano-like babel-based minifier at some point, hopefully somebody is already working...
It's not nearly the same; minified only takes care of whitespace if I remember correctly, it's not a real minifier (like babili would be)
I recently published 2 modules that might help you with this: https://github.com/fregante/webext-domain-permission-toggle https://github.com/fregante/webext-dynamic-content-scripts You'd just need this and [some adjustments to manifest.json](https://github.com/fregante/webext-dynamic-content-scripts/blob/master/how-to-add-github-enterprise-support-to-web-extensions.md) ```sh npm i webext-domain-permission-toggle webext-dynamic-content-scripts ``` ```js //...
Can you release a new version? The file was [added in July](https://github.com/jakezatecky/d3-funnel/commit/8f0f1744e78e1cf7977a06e827c7958356fea4d7) but the last release was in June
Indeed, perhaps it should just be removed for the time being because it's not part of the browser.* API
I made an ultra-minimal version: For dark modeFor light mode Instructions on how to change app/file icons on macOS: https://support.apple.com/guide/mac-help/create-custom-icons-files-folders-mac-mchlp2313/mac