Tony

Results 180 comments of Tony

I believe this is fixed in #2021, can you guys confirm if it's indeed working now?

Closing this as completed since I believe #2021 have fixed this and there're no more responses, feel free to re-open if you have any more problems though

To be honest, I wonder why `with_store` works in this way, I'm thinking it should be creating a `Resource` and with that we can store the configs in Rust side...

> with_store is older than the Resource api 😮 makes sense then, ~~I could probably do it in this PR~~ maybe another PR I don't think we can do synchronous...

@amrbashir Made a proof of concept, take a look see if this looks good to you We probably need a way to create named stores to allow them to be...

> We probably need a way to create named stores to allow them to be shared easier, kinda like how the tray icons work, also still need to think about...

I'll need to think about this a bit more on how to do it, I will be out for a few hours, can get back on is when I'm back

Not sure what do you mean by config plugin, if you mean the store plugin, you can see the path used with `resolve_store_path`, it should be under `appDataDir` if your...

> If we're talking about v1 this is exactly the same thing as app.exit(). Oh, I wasn't aware of that, I just started to build a Tauri app a month...

> With how heavy v2 is on plugin use this could mean that 10 other plugins already ran their setup hook. FYI, We currently load setup functions in their added...