Results 272 comments of PalmerAL

@fullarray Thanks for the help, I've added you to the organization.

@Milad-Laly Great, I've added you as well.

Shift+command+n moves to the left (except for 3 and 4 on OS X, which are for screenshots). The reason for this is that if you have a lot of tabs...

OK, yeah, let's do it. Minor suggestion, let's check if the user manually remaps cmd+1 / shift+cmd+1 to next/previous tab in the settings, and let that override this shortcut if...

Thanks! I think the matrix changes look good. I'm a little bit skeptical about importing a third-party action that has permissions to directly upload releases. Is there a way to...

Sorry, I forgot about this. I don't think github_token supports a fine-grained enough scope to limit to only draft releases (assuming this is still true: https://stackoverflow.com/questions/67389957/what-permissions-does-github-token-require-for-releases-from-a-github-action). So I don't want...

Do you have an example URL? Actual `` elements should remain non-inverted, but other elements with a background-image will be, which is harder to fix.

Yup, that's a background image. If you use that site a lot, you can exclude specific elements by editing the last CSS rule: ``` iframe, img, video, canvas, #intro-signup {...

If you wanted to exclude specific elements, you'd need to use the "elements" panel of the devtools (developer > inspect page), and look for IDs or classnames of the elements...