Peter
Peter
Sorry, my bad. REPL doesn't show this warning. You'll have to reproduce it on your local. This is what I get in my console: ``` Child.svelte:8 [svelte] ownership_invalid_mutation src/Child.svelte mutated...
> > Sorry, my bad. > > REPL doesn't show this warning. You'll have to reproduce it on your local. > > This is what I get in my console:...
Closing since now I'm getting the same warning as described here [13607](https://github.com/sveltejs/svelte/issues/13607)
Hey guys, are there any updates on this one? This is a regression from Tauri 1. I wish I could fix it myself, but I'm still learning Rust...
For anyone else having the same issue: It looks like on macOS, `WebviewWindow.setPosition` accepts `LogicalPosition` instead of PhysicalPosition. If, for example, you get your coords from `Monitor`, which provides `PhysicalPosition`...
Do you happen to have any updates on this issue? It appears that you cannot use any methods from `ctx` within `show_viewport_deferred`. For example, if you try to `ctx.send_viewport_cmd` or...
It looks like this is not the only function that works with logical values instead of physical ones on Mac. Look at #1023. In this case, I think updating the...
@FabianLars [2706](https://github.com/tauri-apps/plugins-workspace/issues/2706) does seem to be similar. I created a [reproduction](https://github.com/someone2080/tauri_playground/tree/broken-ws). **Broken WS** 1. Clone repo 2. Checkout to `broken-ws` 3. `cargo tauri dev` 4. A window will open with...
As per docs, it shouldn't work (unless I misunderstood something): > An animation is triggered when the contents of a [keyed each block](https://svelte.dev/docs/logic-blocks#each) are re-ordered. Animations do not run when...
This one is probably a duplicate of [13423](https://github.com/sveltejs/svelte/issues/13423)