Fabian-Lars
Fabian-Lars
Closing due to inactivity. The solution is probably to either wrap everything in an IIFE to simulate a top-level async function for vannilajs or to switch to Promise.then instead or...
tbh personally, i consider this out of scope and would just recommend using TEXT/VARCHAR (seems to be the commonly used default for json in sqlite) + JSON.parse in the frontend
Any more features and we need to move this into its own repo :D Anyway, i'll do the actual review separately and answer the things you mentioned here: Native menu...
Closing because we forgot about it for too long 😂 And i agree that this would be better suited as a separate example app by now (the awesome-tauri repo is...
Can you explain in what way they are broken? Because we did extensive testing and everything was working fine. (at least for the vue example)
Both examples work now but i'll keep this issue open for now because i kinda agree that they are too complex.
Here's the file in question: https://github.com/tauri-apps/tauri/blob/f5f9f105f768c0a0b86009c4a9058ce28563211d/.changes/readme.md Was deleted by accident in #4351
tracking issue at https://github.com/tauri-apps/wry/issues/388
@RiChrisMurphy No, otherwise it would be listed or linked here...
@Moon1102 I think `readDir` needs the folder itself on the scope too, like this ```json "fs": { "all": true, "scope": [ "$RESOURCE", "$RESOURCE/*", "$APP/*" ] } ``` i don't know...