Kasper

Results 261 comments of Kasper

I assume it would fail, but there's no client-side navigation to/from `sveltekit.com/my-id`, so haven't run into that. If that changes in the future, I'll need to think of a different...

Nice, that workaround does the trick :)

The new [reroute](https://kit.svelte.dev/docs/hooks#universal-hooks-reroute) hook is a perfect alternative for my use case. Feel free to close this issue if there's no interest in fixing

@Owez `@tauri-apps/api` does not work with Node.js. With SvelteKit, you should to use `adapter-static` with the `fallback` option and set `ssr = false`

`ssr = false` disables dev SSR. Either way, let's not discuss framework specifics in this issue

Pretty sure getUser() would fix it, yeah

Allowing `sin pi/2` and `sin pi / 2` feels too ambiguous imo

Just released it as part ot v1.6.0

This repo has Android and iOS implementations for Flutter: https://github.com/kineapps/flutter_file_dialog

The compatbility flag @RihanArfan suggested works great. I haven't tested if it's fixed on the latest version