Andreas Wagner
Andreas Wagner
The same thing happens for me. I can select/deselect bubbles just fine, but as soon as I start dragging the map, the app gets stuck.
web-ext 6.8.0 only has the following warnings remaining: ``` npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: Please upgrade to version 7 or higher....
Eventually, I think it makes sense to have `submit --{listed|selfhosted}`. `sign` can become an alias for `submit --selfhosted` (for backward-compatibility reasons), but having one command with a mandatory parameter makes...
Fwiw, I requested comment-access to the doc to give the exact same feedback :)
We should still do this some time.
Hm, maybe. Someone needs to review that library, understand the changes and asses the review impact.
I don't think `script-src-elem` is valid in webextensions, but @rpl or @Rob--W would know better.
My workflow is as follows: 1. Open `src/libraries.json` 2. Open all of: https://github.com/angular/angular.js/releases https://github.com/jashkenas/backbone/releases https://github.com/twbs/bootstrap/releases http://download.dojotoolkit.org/ https://github.com/cure53/DOMPurify/releases http://jquery.com/ http://jqueryui.com/ https://github.com/moment/moment/releases http://mootools.net/core http://prototypejs.org/ https://github.com/facebook/react/releases https://github.com/jashkenas/underscore/releases https://github.com/mozilla/webextension-polyfill/releases 3. On each page, check...
Thanks! The urls are really just an extraction and simplification of the urls defined in `src/libraries.json`. Maybe we can extract that in the README, so that info doesn't go stale...
Oops, I meant to say _maybe we can **abstract** that in the README_.