Fabian-Lars

Results 1354 comments of Fabian-Lars

Thanks for the report! This looks like something we should ask the yew devs about since i see the same issue in plain safari 13.1 :thinking:

Apart from making it a bit more difficult to merge dev (if we care about that), this will cause problems with covector: (not _breaking_ problems, just formatting)

Well, different webkit/safari versions. The webview on macOS is basically Safari 13 and that can only be updated via OS updates. Maybe yew uses some feature that wasn't available in...

Actually, if i understand it correctly then macOS and Windows behave differently here. Trying it on Windows the shortcut will follow the layout, meaning i have to press different physical...

> I think the correct behavior sould be that ctrl+ z (the left-bottom most key) should work regardless of the layout In this case it's a windows specific issue. The...

Can you guys try a debug build via `npm run tauri build -- --debug`? (other package managers don't need the extra `--`) -> Output in `target/debug/` If that also crashes...

@Tnze Could you try using tauri's cli from git? ```sh cargo install tauri-cli --debug --git https://github.com/tauri-apps/tauri cargo tauri build --verbose ```

Nope, if it worked then it's all good and likely unrelated to OP's issue. Thanks though :)

After following the readme instructions the app worked fine for me, no errors... Can you try it again after upgrading the js and rust dependencies to the latest version?