Mat Kelly

Results 844 comments of Mat Kelly

This could also produce a race condition via: * WAIT shown, 5 second timer to clear started * memento count shown with a # * Badge status cleared from the...

The aggregator options are encoded in a `` in options.html. This aligns with the hard-coded options in content.js, both of which ought to be relocated to some sort of external...

The fallthrough logic does not appear to work correctly in the main branch but in testing the issue-316 branch (MV3), the logic works (the ODUCS response is malformed) but does...

[200144f](https://github.com/machawk1/Mink/commit/200144f10ab3b6921e43e7adc0a9ae9062aee27c) has some logic to set the default aggregator in localStorage when the fallthrough is invoked, but the new default is not shown in the re-ordered options.js page. That dropdown...

Clicking the button multiple times also has the side effect of mementoweb.net entry iteratively being added in the dropdown.

https://github.com/browser-actions/setup-chrome

https://github.com/marketplace/actions/puppeteer-headful-for-chrome-extension-testing

Perhap quarantined a la https://www.reddit.com/r/macsysadmin/comments/13vu7f3/app_is_damaged_and_cant_be_opened_error_on_ventura/ > Try doing xattr -l /path/to/application.app You'll probably find com.apple.quarantine listed. If so, you can get rid of it with xattr -dr com.apple.quarantine /path/to/application.app You...

``` % xattr -l /Applications/WAIL.app com.apple.provenance: com.apple.quarantine: 0181;67c9f804;Homebrew\x20Cask;72C1A7D3-F46B-4F1C-B9EC-6ED825CC5D4D ``` https://eclecticlight.co/2017/08/15/quarantined-more-about-the-quarantine-extended-attribute/ explains the role of the quarantine attribute. via https://github.com/orgs/Homebrew/discussions/4302 ``` % codesign --verify --verbose /Applications/WAIL.app /Applications/WAIL.app: invalid Info.plist (plist or...