Denilson Sá Maia

Results 178 comments of Denilson Sá Maia

I wouldn't say it's a secondary scan. I deleted the library and re-created it pointing to that directory. So, in my understanding, it was a first scan. I noticed in...

From my (limited) understanding: 1. [This code](https://github.com/open-wc/open-wc/blob/3ea90082f839a40d5d7ccffa98e4d9c3a812bce1/packages/testing-helpers/src/litFixture.js#L32-L35) first constructs the DOM elements. (i.e. renders the template and attaches the elements to the DOM.) 2. Afterwards, [this code](https://github.com/open-wc/open-wc/blob/3ea90082f839a40d5d7ccffa98e4d9c3a812bce1/packages/testing-helpers/src/scopedElementsWrapper.js#L39C27-L46) defines the custom...

> Do you mean you updated from a nightly or from the previous stable? I don't think it should make a difference though. Updated from previous stable (which was the...

I did not receive any notification, but I now see it was mentioned in this thread, and I completely missed the mention. I went directly to your replies and didn't...

I checked, the contents of `newsdownloader.koplugin` are identical between my device and the koreader repository. I tried adding this around line 585: ```lua logger.err("NewsDownloader DEBUG: treehdl", treehdl) logger.err("NewsDownloader DEBUG: libxml",...

Thank you for the help, I figured it out! I tried using [comicmeta.koplugin](https://github.com/NightQuest/comicmeta.koplugin), which itself includes a (completely different) [lib/xml.lua](https://github.com/NightQuest/comicmeta.koplugin/blob/main/lib/xml.lua). Since both plugins import from `lib/xml`, whichever imports first "wins",...

> I don't think there's even a way to know there's a collision unless you did a grossly inefficient full scan of all the possible paths to see if there...

Added a second one-line commit that fixes a similar issue in `FocusMixin`.

I agree, their wording is a bit ambiguous. > To use Firefox's built-in consent experience, you have to specify **what data your extension collects or transmits** in the extension’s manifest.json...

Well, reading the documentation and investigating this issue didn't bring me any answers, but rather a lot of more questions. I decided to go ahead an open an issue on...