Julian Hollmann
Julian Hollmann
Closure Compiler itself works fine for me with the following command: `closure-compiler --process_common_js_modules --common_js_entry_module=./src/index.js --externs=./externs.js --compilation_level=ADVANCED_OPTIMIZATIONS src` However when I try to use `ccjs` I get the error `Illegal source...
> the requirement of having to define anything in a consuming repository to support link functionality is a little inconvenient I can't stress this enough. I have to admit I'm...
Managed to get it working with node 14 by using `@naturalatlas/mapbox-gl-native` as a drop-in replacement.
I'm not sure if it makes sense to put this all into one list. I'd rather have a seperate window for `[Rewrite]` and `[Block]`
Maybe we should just show the browsers we can automatically set up? Maybe with a note that other browsers lack this feature.
Good idea, but this guide will differ from OS to OS. In OSX for example I need to import the cert into my Keychain and then set the cert to...
Makes sense to me
Makes sense to me. I never really liked `materialize`. :+1:
I like the idea. There should be a variety of things you should be able to do to a request/response: - Throttling of requests - Blocking requests with different HTTP...
I think the initial idea was to emulate the behavior of adblockers. They use an [extension api](https://developer.chrome.com/extensions/webRequest#subscription) to block requests which we can't do as we don't have access to...