Frederic Salmen
Frederic Salmen
### Describe the problem @FabianLars asked me to open a feature request, so here we are. As elaborated in #4440, there is an issue when using Tauri's JS API method...
### Describe the bug On Mac OS, calling `dialog.save` with the empty string as the `defaultPath` causes a panic, crashing the application. ### Reproduction Call `dialog.save` with the empty string...
### What information was incorrect, unhelpful, or incomplete? The `syntax` for the CSS property `overflow-clip-margin` seems incorrect: > `"syntax": " || "` (https://github.com/mdn/data/blob/main/css/properties.json#L7578) ### What did you expect to see?...
Consider this setup: 1. I have `["$APP", "$APP/*", "$APP/**/*"]` as the allowed scope in `tauri.conf.json`. 2. I use `dialog.open` within my app to open `some/path`. 3. I create a symlink...