LucasSauron

Results 7 comments of LucasSauron

I found my problem and it raised another underlying issue. I will start by explaining my problem and its resolution, then I will raise a problem related to data processing...

I changed my code from ```rust self.connection= Some( ConnectionBuilder { session: session, script_builder: |session| { let mut script = session .create_script(&self.script, &mut ScriptOption::new()) .unwrap(); let script_handler = self.script_handler.clone(); let _...

handler actually still receive the full url with ```rust let url = format!("http://{}:{}{}", "127.0.0.1", port, path); return Some(url); ``` I just didn't handle it the same way you did. I...

the non verified commit seems indeed to be problematic , not sure how to resolve it or why it is this way ( it comes from the tao repo)

Sorry for that , I hope i haven't done any commit on the tauri repo yet , I'll configure so my commit are now verified

Hello @FabianLars what's up with this PR ?