Tomas
Tomas
If a certificate pem file is not found, it doesn't complain at all. It creates the zip without the signature file. Users should be able to see something like: ```...
In the SPEC.md and in the website, shows that there should be support for mixins, although that is not yet implemented into the code. This issue is to track progress...
GlLutFilter.java seems to be exactly as GlLookUpTableFilter.java ?
Having a `en.json` with: ``` { "features.hide-component-x": false } ``` with default settings gets replaced into ``` { "features.hide-component-x": "features.hide-component-x" } ``` and `__("features.hide-component-x")` doesn't return false.
**Steps to reproduce:** 1. Create a VM or similar with 2GB of RAM 2. Create `input-folder` with 1000 jpegs of various sizes (in my sample I have files between 100kb...
I understand the idea is to keep it as simply as possible, but it would be nice to have: 1. Ability to have Push Panels instead of Slide/Reveal. 2. Ability...
take it or leave it
**Describe the bug** `chrome.scripting.executeScript` callback is never called (if using promises, the promise never resolves) when the page in which it's executed contains iframe with certain CSP headers that seem...
I don't know if this is the best place to put this snipper, but I do think it has to be somewhere.
Inspired by the use case of blocking scroll (also https://github.com/reactjs/react-modal/issues/60) Should we consider adding events into Preact Portal or make it add a class to the `into`? events such as...