JL
JL
> I am not sure if we should support `azuresigntool` tbh since it is not an official tool (correct me if I am wrong), should we instead provide a generic...
I am curious if a really small instance of [Actix](https://github.com/actix/actix-web) is narrow enough to fill this use case?
yeah, this needs to be on it's own thread now that the number of classes has grown. I'll try to get to it this week. Leaving notes for myself: https://plugins.jetbrains.com/docs/intellij/basic-action-system.html#principal-implementation-overrides...
So this got complicated, but I got it figured out. The new thread implementation is only for the newer versions, which would mean just dropping off old versions which I...
This is now fixed and live on the store.
I suppose it's possible that the operations for `e.getRequiredData` are more taxing on some machines than I assumed? Judging by the type hint, these should be relatively low cost. Let's...
Legit not sure on this now... I'm open to anyone jumping in with ideas? The entire call is on it's own background thread now so I am not sure why...
> It's probably fixable by detecting desktop Safari by user agent and patching it. Previously I was looking for a more general solution, but it didn't work that time. Can...
Check `src-tauri/capabilities/desktop.json` for duplicate permissions. Duplicate permissions here will cause a stack overflow on windows - no idea why. Tested on Win10/11. We had an extra `notification:default` and it was...
I'm running into this now. Not sure if this is a webkit specific thing or what... I added a [reproduction repo here](https://github.com/WalrusSoup/tauri-connection-issues) With Safari locally, fetch does not timeout by...