Results 173 comments of Bedis Nbiba

Hello, Are you on the latest version 4.3.2? If so can you post the output of `iw dev wlp4s0 link`

It looks in /etc/resolv.conf according to the docs https://crates.io/crates/trust-dns-resolver

Its fixed upstream https://github.com/tailhook/resolv-conf/issues/25

For the compile step, these diff makes it almost work bandwhich_diff ```diff diff --git a/src/os/mod.rs b/src/os/mod.rs index 056d44e..374fdbc 100644 --- a/src/os/mod.rs +++ b/src/os/mod.rs @@ -1,4 +1,4 @@ -#[cfg(target_os = "linux")]...

Turns out that the last compile issue was a cross-compilation problem, compiling from termux with the above diffs actually work. Next I need a rooted phone to test. (I'll update...

Currently I don't have a rooted phone to test, and android avd emulator's arm vm is just a slideshow If someone want to test it and have a rooted andorid...

Hi @imsnif , Honestly I don't think this is a priority anyway only because of the fact that it requires root. Hopefully someone interested in it will try it. I'm...

Hi @imsnif , That's nice to see! As you can see from the diff above bandwihch already works on android, I just changed some compile flags (In a hacky way...

You can inline the implementations to make them const: https://github.com/fdehau/tui-rs/compare/master...sigmaSd:const?expand=1 Also I noticed that running `cargo clippy -- -D clippy::missing_const_for_fn` shows that a lot more can be const

Actually tests are failing, I'll have to check more