Asaf
Asaf
### Steps to reproduce 1. Launch Zoom ([desktop client](https://zoom.us/download)) 2. Make sure "Add Zoom to macOS menu bar" is turned on in settings->general 3. Move Zoom to the "shown" area...
@peternhale node engine change: https://github.com/oclif/command/commit/2eb900247cd026a5fc240bf0855f420ed48c775f#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L37 This should be a major version because it breaks existing systems using older node versions, e.g. our CI/CD failed when installing packages because the node...
Hi, First of all thanks for the great plugin. This pull request is for adding an option, which I named 'addInitialToSelectionPalette'. If you specify this value false, the initial color...
Migration guide: https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/
Sometimes clicking invokes the element behavior like page navigation. Reproduces on http://www.bing.com/ -> "Feedback" (in bottom right corner)
**Description:** Using `-P, --passthrough-arguments` leads to trailing slashes in argument `key` on Windows (and stackblitz.com). On local Mac doesn't reproduce. If adding only the `key` without value (e.g. `yarn test...
Manifest v3 improves security, privacy, and performance: https://youtu.be/cqAO2xR7lzM?t=27 Migration guide: https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/
**connection.sendMessage:** support "*" in "toTabIds" for messages from background to non background (check "fromTabId" assignment...).
**connection.sendMessage:** support array (multiples) in "toExtPart".