ADTC
ADTC
It depends on how you use it. I ended up disabling the thumbnails myself. I now choose between Alt-Tab, Mission Control and App Expose as I work - whichever is...
I think some users can't use AltTab at all, since they are using a locked-down device that doesn't even allow them to grant the screen recording permission. FWIW, if the...
We've built and hosted an M1 compatible v0.9.4 **(certain ABI versions only)** which you can use by referring our repo: https://github.com/hiredigital/iohook/releases ```jsonc "dependencies": { ... "iohook": "git+https://github.com/hiredigital/iohook.git#v0.9.4", ... }, ```...
> How about restricting README PRs to core maintainers only? I went through the spam PRs trying to determine a pattern. It's not always the same file. The misled students...
I'm not a maintainer of this project. Please read the docs. 🙂
@chuamatt you can solve this by placing the table inside a client component. If your component is a server component and you need it to stay a server component, just...
This happens because the peer dependency of this project is `"styled-components": ">= 4"` instead of `"styled-components": "^4.0.0"` or `"styled-components": "^5.0.0"`. In my case it's not in `package.json` because it's a...
Is it possible for you to add a third option to do this? **thumbAlignment: "compensate"**  I think the `contain` option should be fixed to do this, but if...
One more: `unoptimized`
Thank you for picking that one up. :)