Tony
Tony
The intention was to use `number` | `undefined` here since auto save was off by default, but this [commit](https://github.com/tauri-apps/plugins-workspace/pull/1550/commits/d8ae8b2bf81e2586ae3911bf8591deaf3bb24e71) made a mistake so... Anyways, in the new refactor #1860 I'm...
Biggest difference is verso APIs are way easier to use, and the hope is to make things easier so people will actually start using it You can see the difference...
So just from guessing on common causes, maybe you updated rust side and JavaScript of the updater plugin separately so that they are on different versions?
Was asking because tauri info says your updater plugin is on 2.4.0 while you said it doesn't work on 2.9 and works on 2.5.1, this is really a common problem,...
This allows you to use your own pinch zoom handlings, for example https://figma.com and https://squoosh.app, I don't think we have `preventDefault` on touch events implemented currently, so this is a...
Sure we can, but I still want to argue that attaching non passive touch event listeners hurt performance
Honestly, I have no idea why it even works like that, it makes no sense to me for it to be additive Let's document this for now and maybe change...
Hey thanks for the work, since this syntax is quite verbose and is only useful for using another tauri runtime (in this case the mock runtime), I think maybe we...
> I don't get how adding a generic type parameter to 5 lines within the examples makes it considerably more verbose. There have been quite some confusions around the generics...
For the time being, I believe you could use an absolute path and it should just work