Siddharth
Siddharth
I'm still thinking about: 1. what all to cover? 2. to what depth should we cover them? 3. should we provide external links as a "further reading" suggestion?
Yes, I know I know 😂 I love using this package for calling native macOS APIs from Tauri apps and wondered if I could also do the same for WinRT...
We are currently using Apple's `ScreenCaptureKit` APIs, which are quite modern, performant and secure. However it is only present in macOS 12.3+. To support older macOS versions, we should extend...
All major OSes have a native way of selecting what all screens to capture for a given session. It would be nice to be able to trigger the picker from...
`wgpu` versions now use the `x.0` rather than the `0.x` scheme ie.. `22.0` is the new `0.22`. Unfortunately, Cargo treats these as very different dependencies and versions. This causes the...