Fabian-Lars
Fabian-Lars
Thanks for the report! This is the same issue I tried to fix in https://github.com/tauri-apps/plugins-workspace/pull/1502. Note that installed apps are not affected by the logic bug, so your end-users won't...
Sorry for the long delay in your first PR. What do you think about leveraging the native [`Request` object](https://developer.mozilla.org/en-US/docs/Web/API/Request) for the url and body? Basically mirroring the http plugin: Let...
Okay sure, no problem!
i changed my mind, let's keep it simple for now.
Does anyone still face this issue with stable versions? I had to test urls with ports for another discussion and it worked fine for me.
> Seems like there should be a quick way to add these in userland That'd be hard or impossible (at least with how the SQLx crate currently works) because the...
Hey, thanks for contributing! Just one thing, i don't think we should care about the chunk size in the plugin code as it may be different per config and/or per...
Thanks for the PR and sorry for the delay, could you also add a changefile similar to https://raw.githubusercontent.com/tauri-apps/plugins-workspace/v2/.changes/sql-column-order.md please?
Can you open a new issue with the output of tauri info please? I never tested this pr so i won't deny your claims.
As mentioned in https://github.com/tauri-apps/plugins-workspace/pull/1441#issuecomment-2173723910 i plan to make some larger changes and the connection logic will be part of it. Are you okay with me creating a combined PR and...