Luca
Luca
+1 Same issue on the button component
Encountered the same issue, restarting the extension solves it. Pretty weird behavior though...
Yeah, this would definitely be quite helpful haha. Got super confused looking at the readme...
Hey! You need to use core audio to achieve this. Here are some pointers: https://gist.github.com/directmusic/7d653806c24fe5bb8166d12a9f4422de https://github.com/insidegui/AudioCap https://developer.apple.com/documentation/coreaudio/capturing-system-audio-with-core-audio-taps
Hey! Def should be able to do something like this. Been discussing this with the cap team. Currently, we use a fake window and check if the mouse position is...
> @thisislvca I sensed a PR solution https://github.com/ahkohd/tauri-nspanel/pull/80 Will test soon. Does it require any specific quirks/workarounds or does it just work the same as in electron
Hey Victor! Dm'd you on discord about this a couple days ago. I'm fixing a bug with this branch because it's still stealing keyboard focus (by not resigning as key...
Oh great work, thanks a lot!
Hey! IMHO ideally for stuff like this you'd create a monorepo and have universal UI views/data fetch hooks you can import in both the webapp and desktop app. As far...
Hey! Have you found a solution?