Fabian-Lars

Results 1366 comments of Fabian-Lars

@imxuedi Can you also share the output of the `tauri info` command please? And maybe the `fetch()` call as well

> Adding features= ["unsafe-headers"] also doesn't help. then your problem is unrelated to this issue here btw. If this only happens in release mode, could the server deny requests from...

because the plugin by default tries to follow the native fetch as behavior as best as it can 🤷 (or something like that idk, wasn't really taking part in the...

Dependency of the more-or-less unmaintained gtk3 crates.

> I accumulated the progress and run setInterval(() => {}, 1000) to derive the per second download speed of the file. But, I noticed that . Javascript doesn't actually run...

The fs plugin supports content:// urls. We get those from the file picker as well. But you're probably still correct, i'd assume it needs changes to support content:// urls for...

Sorry i don't have much time for plugins at the moment and this also comes a bit in the middle of a refactor of the sql plugin (which is my...

> Is it safe to put “PRAGMA key” in the config file? Not reallyyy. But since we consider the js side unsafe as well a config option is not much...

> I've tried this PR and can confirm pragmas works on Linux. Thanks for testing :) > To build for Android, you need to use bundled-sqlcipher-vendored-openssl feature of libsqlite3-sys instead...

1) Try this PR in your project 2) Preferably provide some feedback on the api 3) address my earlier comment, it must be behind a feature flag (this is the...