Karl Horky
Karl Horky
Workaround: Until Muzzle works with Big Sur 11.1 (and maybe even after, if I can find an npm module that reliably checks for the "screen sharing" status), here's a working...
Hmm, I think there are a few ways of achieving it without the menu bar visible (eg. the one that is working in my repo above). This thread outlines some...
Ah and by the way, would you be open to sharing the low-level hook in macOS you use to see whether screen sharing is being used? Wasn't able to find...
Seems reasonable, I understand what you're saying. Tradeoffs are hard, and your approach of assuming for stable methods sounds nicer compared to the brute force options.
> The kernel hook I use wouldn't work in npm land. There is no way to interface with it from Javascript. Finding a way to interface with hidden, private kernel...
@koniuszy am I understanding correctly that #3033 no longer does any server-side / static build-time fetching (eg. which was done previously via `getInitialProps`)? I guess if this is the case,...
I noticed that both React examples on JSFiddle (also the original one linked in the docs) don't really work as I would expect though, so maybe there's some bug preventing...
Wonder if switching to the macOS runners would help (eg. `macos-latest` or `macos-12`): > Hardware specification for macOS virtual machines: > > - 3-core CPU > - 14 GB of...
Looks like GitHub has a beta of larger GitHub Actions runners 🙌 : https://github.blog/changelog/2022-09-01-github-actions-larger-runners-are-now-in-public-beta/ 
@jennifer-shehane I guess you would recommend at least the 4-cores option here? Or would the minimum be 8-cores instead?