Fabian-Lars
Fabian-Lars
> That being said, it would be great if it was documented that tauris resource bundling does not work on mobile. Agreedl, whether or not we actually (can) add the...
/upstream tauri-apps/tauri-docs
Am i understanding it correctly that this is running inside a docker container? If not, how is the path `/app/...` ? If it is docker, then i have to admit...
Copy pasting what i wrote on discord: > We can only support custom schemes on Windows by dropping Windows 7/8 support which (sadly) isn't planned for tauri v2. > On...
> Is there any issue with a progressive enhancement approach: support custom schemes where available (Win 10+), but not elsewhere (Windows 7/8)? Ignoring our time constraints it would also make...
my first comment included something about android.
iirc in a similar issue the dev had to uninstall brew's openssl before building the app so that this error wouldn't show on the enduser's system. I'm sure there's a...
argument names are automatically renamed, `some_arg` becomes `someArg` and i guess `some_` is a bit of undefined behavior but i would assume it gets converted to `some`. You can disable...
Not sure, i don't see anything we could do on our side to enable/disable it and i'm also not finding the version where they promoted it from experimental to stable....
Can you please post the _full_ output of `tauri info`? We must see the exact tauri version you're using. Maybe also try deleting the `~/.cargo/registry/` directory and then create a...