Radoslav

Results 61 comments of Radoslav

> I could add this in v4, though for now this should be good enough: Remind me, when do you plan to release v4? Early 2025?

@nicolaspernoud Interesting, I didn't know about that, but this one thing bothers me: > Of course, some machines are custom, so these entries may be ‘Not Specified’ or even empty,...

Was glad when I saw the option to set a proxy on the window, but it seems proxies with authentication don't work?( `.proxy_url(Url::parse("http://user:pass@IP:PORT").unwrap())` It seems even without authentication it doesn't...

This problem is still unresolved.

I also encountered this problem, and I'm glad that it has already been discussed. ```rust println!("\u{001b}[38;5;208mTEST\u{001b}[0m"); tracing::info!("\u{001b}[38;5;208mTEST\u{001b}[0m"); ```

I also experience this problem when launching the application on Tauri. I can't say exactly what the problem is. These are the files used by the loaded process: ``` /Users/doroved/Development/projects/proxer/proxer...

> you're using the same versions of libraries/the tauri app and it was fine in 1.2.23 and not fine in 1.3? There were no other changes, like other dependency updates?...

> Still happening with v1.3.1 \+