Gabe Silva
Gabe Silva
It's unclear how a translation goes from "proposed" to "enabled" at the moment. Is this done in the Tauri Working Group Office Hours event?
Shouldn't every item in this to-do list be a separate issue on the repo? That way you can just close the issues as soon as the commits come out. See...
Reposting https://github.com/tauri-apps/plugins-workspace/issues/1555#issuecomment-2230691367 here in case someone lands on this ticket: > […] it seems the current fix is to load the DB from the client side: > ```ts > import...
Alright folks, after a bit of source-code reading, it seems the migrations can actually be run on plugin initialization! On `tauri.conf.json`, add: ```json { "plugins": { "sql": { "preload": ["sqlite:dbname.db"]...
Technically there's a second parameter `options` to all log fns exposed by `tauri-plugin-log`: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/log/guest-js/index.ts#L8-L12 ```ts export interface LogOptions { file?: string; line?: number; keyValues?: Record; } ``` But my experience...
With the latest versions, it works as expected for me. - macOS: `14.5 (23F79)` - `tauri`: `2.0.0-beta.24` - `tauri-plugin-log`: `2.0.0-beta.8` ```rust tauri_plugin_log::Builder::new() .level(LevelFilter::Debug) .rotation_strategy(RotationStrategy::KeepAll) .max_file_size(10) // artificially low file size...
I'm working on a language support extension for [Zed](https://zed.dev), and also getting some issue with the grammar. ⛔ tree-sitter-mermaid ✅ tmLanguage zed-mermaid grammar reference vscode-mermaid-syntax-highlight grammar reference
@monaqa it would be nice to have your review on this when time allows.
> I'm going to remove `useTabs` option from pretty_yaml, That makes sense 💯. The expectation from a Deno user PoV would be to have the YAML formatted to spec even...
Olá @vedovato, muito obrigado por levantar essa discussão! Vou me familiarizar com os detalhes e atualizar a biblioteca.