Fabian-Lars

Results 1366 comments of Fabian-Lars

I agree that we have to look into that, this indeed is annoying, even though you can technically convert virtually all errors into tauri::Error via Invoke::Error::from_anyhow. That said, couldn't you...

> I wanted to know if it's possible to make queries from the Rust side Nope. I couldn't come up with a nice enough api (without spending too much time...

> 3. sqlx has currently not any major release beside v0 and I think the feature-flag approach may just do the job tbh. I'm really not a fan of the...

Great write-up! And yeah, it really isn't as simple as it may seem at first :/ 1. Initially that was the main idea behind plugins, to expose rust stuff to...

Hi, is this the same as this https://github.com/tauri-apps/plugins-workspace/issues/724 ? == Does it only occur if you have an external monitor connected?

The default value(s) can only be set in Rust: https://github.com/tauri-apps/plugins-workspace/blob/v1/plugins/store/src/store.rs#L83

This _should_ mean that you're missing the rust part of the usage instructions from the readme. ```rs fn main() { tauri::Builder::default() .plugin(tauri_plugin_websocket::init()) //

Hmm, can you double check if all the versions are on their latest v2 alpha version? So for rust it's `tauri` `tauri-build` and `tauri-plugin-websocket` that has to be `2.0.0-alpha` (or...

Ohhh, we're talking about mobile. Sorry, should have asked that. It _could_ be that the websocket plugin doesn't support mobile yet but that _should_ print different errors 🤔 I'll try...

@RainyNight9 And you also registered it in rust like this? https://github.com/tauri-apps/plugins-workspace/issues/746#issuecomment-1819646642