Paul Colin Hennig
Paul Colin Hennig
Same issue here :(
same issue here :/
My plan was using openwrt as home router. I am running arch linux on an always on server machine that I want to deploy other containers to. My current home...
```rs #![cfg_attr( all(not(debug_assertions), target_os = "windows"), windows_subsystem = "windows" )] use std::fs::DirEntry; use filez::some_or_bail; // Learn more about Tauri commands at https://tauri.app/v1/guides/features/command #[tauri::command] fn sync(server_url: &str, local_folder: &str, remote_volume: &str)...
Ahh ok thank you! It didn't work with just `Result` like it usually does but it did work with `tauri::Result` thats why I thought it would be the tauri Result....
This is not a scope issue. My scope already looks like this: ```json "protocol": { "all": false, "asset": true, "assetScope": ["*"] }, ``` For my project this is necessary as...
@red010182 The `default-src` already does allow assets: `default-src tauri: asset: https://asset.localhost` I tried it anyway but it is not working. Also loading assets from the web wouldn't work if that...
@tedbyron > from dialog If you mean using the "Native" browser dialog to select a video then this is not related I think. @lucasfernog great, good to know! Is this...
> Hi @firstdorsal, could be any container limitation? Where could this limitation be set/removed?