Ethan Dawes

Results 9 issues of Ethan Dawes

Upgrade manifest v3: Renamed entries in manifest Reduce errors: Add onInstalled listener, which fixes `Unchecked runtime.lastError: Cannot create item with duplicate id ViewImage-SearchByImage` Tune permissions: Replace `tabs` with `activeTab` permission,...

Resolves #13 Resolves #346 Also included: unchecking an option in the context menu will actually behave as intended (previously, the context menu could not unlock tabs)

Resolves #360 Now, settings for number input elements are only saved once the element or window loses focus

Adds button to settings where if checked, only tabs that are in the whitelist will be automatically closed. Closes #378

I've been trying to combine Delta pouch with pouch find, and there are a few issues. First, when the search results are returned, it doesn't apply patches. Second, when used...

I moved the logic from `.all` into `.mergeAll` and made it keep the input shape (i.e. {docs: {}, key: 123, value: {}} stays the same, instead of becoming {...docs}). This...

I added some test cases for the issue. I implemented the solution by storing the prototype of `PouchDB` at the start of the constructor, and then redeclaring the plugin methods...

Hello, I added a link in the submissions page to a notebook splitter script I wrote that I thought might be useful to students. Basically, when you run it, it...