Results 43 comments of Michael Macnair

> I fail to see the point of preventing developers to decrypt when the secret originates from them anyway. A situation this is helpful in is if a developer's credentials...

If you're using the `import Logo from "!file-loader!./logo.svg";` workaround and are using Jest for tests, you might get an error like: `Cannot find module '!file-loader!./logo.svg' from ...` To avoid this...

@fix-me for the first issue you can suppress the ESLint error with a comment like `// eslint-disable-next-line` prior to the import. For the test issue, see the link in the...

Compile on save is exactly the feature I am looking for. Should I make a separate issue for that or do you want to convert this one into that?

![image](https://user-images.githubusercontent.com/1424497/203542772-2899e116-d5f6-427e-963d-91d5ef2af66e.jpeg) This is how Twitterrific displays the unread count - and in their case it means not seen, not just distance to latest post.

The main API is access to history, and it seems like there might be a reasonable replacement: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/history/search

My 2c: I think storing the original BOM would be useful (we archive them separately for debugging purposes), but much more useful for our use cases would be if the...

I think this is complete following #111?

> most merge tools don't pay attention to duplicates, so it's up to DT to resolve that. There are also BOM generators out there that will produce duplicate component records...