venkr

Results 11 issues of venkr

It's currently not possible to specify which columns to insert into, requiring some hacky manually crafted strings. Specifically, I'm looking to execute queries of the form: `INSERT INTO table_1(a,b,c) SELECT...

FTS5 has a lot of exciting functionality (mostly BM-25), but removes some functionality I care about - the `offsets` and `snippet` functions. I'm considering using [Custom Auxiliary Functions](https://www.sqlite.org/fts5.html#custom_auxiliary_functions) to re-implement...

It'd be great if there was a documented way to check if a page is running in Tauri. When `withGlobalTauri` is on, or in 1.0, you could test `window.__TAURI__ !=...

type: documentation

It seems like Replicate doesn't cache Docker images - hence a smaller image dramatically reduces cold-boot times. Other providers often cache images on a network volume or so, and as...

documentation

Union and list types were added as of #1311, however when you call them with an invalid type, the UI incorrectly displays them as "Booting" forever. Test case: - Use...

Backend

sudo python diversity_analyzer.py -i ~/test_div_anal.fasta -o ~ This overwrote my entire home directory instead of creating an output as would be expected. This seems rather unsafe. To be fair, running...

### Describe the bug On Windows, without any special config, eg: globalshortcut, press ctrl+f in a webview - and native webview search shows up as expected. On macOS, do the...

type: bug
status: needs triage

Closes #1113. I've tested this out in our app, and it works as expected.

`WKPreferences` can be passed a `inactiveSchedulingPolicy` (see: [Apple docs](https://developer.apple.com/documentation/webkit/wkpreferences/4173317-inactiveschedulingpolicy?changes=_9_5&language=objc)) This would fix https://github.com/tauri-apps/tauri/issues/5250 on macOS. Currently, the default policy is `suspend` which may affect various tasks when backgrounded.

Description: `tauri_plugin_log::RotationStrategy::KeepAll` seems to only keep the last 2 logs, instead of all logs as promised. Repro steps: - Set up a project using `tauri_plugin_log`, and the following logger config:...

bug
plugin: log