Fabian-Lars

Results 1366 comments of Fabian-Lars

basically key events that only work when the app is in focus. for example, let's say you want to listen to ctrl-s to save data. in your app most of...

> for example, let's say you want to listen to ctrl-s to save data. in your app most of the data is hosted on the rust side though so listening...

> When putting a raw json endpoint in the updater.endpoints section of tauri.conf I get (error sending request for url ("endpoint url")). If I click on the link via the...

the official plugin does not have this functionality yet (mainly because there's no OS api for that afaik) but there's a community plugin https://github.com/CrossCopy/tauri-plugin-clipboard which uses https://github.com/ChurchTao/clipboard-rs to also have...

let me ask it differently then, is the app running on your "main" disk where preinstalled macos apps etc are installed? There are/were issues for example with removable media (==...

Thanks for the PR! I think this is a pretty solid start. My 2 main issues here are 1) I don't see a reason to split up the payload types....

Thank you! And sorry for the delay (i was out sick the whole last month) A few last small things and then we can merge this: 1) we need a...

Check the .changes folder for examples. Don't sweat over it though, I can add this when I merge the pr :)