Tony

Results 180 comments of Tony

There're no way to share them easily, if you really need a workaround, you can put the store manually to webview's resource table and emit the resource id to js...

Yeah, we just need to release it and get the docs updated

Yeah, currently they're injected to subframes on Windows (webview2 doesn't have the option to only inject to the main frame yet) but not on other platforms, we should document this...

> So, as of right now, my only solution is to move my window from my tauri.conf.json to Rust so I can use initialization_script_for_all_frames ? Yeah > Is there any...

> I'm not sure we want to do anything by default. You should probably not optimize images that are in the initial viewport This is not necessarily about images inside...

Thanks, I'm thinking about if we can give it an option to use the browser native lazy load and srcset, we still want the plugin to do the image generation...

I mean we keep the other parts, just add an option to replace https://github.com/facebook/docusaurus/blob/868d72fe4f855f847cc258760a9b25b629492284/packages/docusaurus-plugin-ideal-image/src/theme/IdealImage/index.tsx#L94-L107 to something like ```tsx ``` If you're open to the idea I can take a look...

I need to get some sleep, will get back to this tomorrow

Sorry but I can't reproduce this with this code ```rust use anyhow::Context; use tauri::{ menu::MenuBuilder, tray::{MouseButton, TrayIconBuilder, TrayIconEvent}, AppHandle, Manager, }; #[tauri::command] fn greet(name: &str) -> String { format!("Hello {name},...

I can't reproduce this at all, please give us more information (crash log, plugin and tauri version, minimal reproduction code, ...) or we can't help you ![Image](https://github.com/user-attachments/assets/d114d638-08c8-4748-a12f-4e5dfa98c49e)