Ivan Tham

Results 134 issues of Ivan Tham

Rust have a lot of web frontends, but each of them have their own target platform, some targets web, some targets desktop, some mobile (android & ios), would be nice...

https://www.reddit.com/r/rust/comments/gq9rmq/integration_testing_in_rust/frsxbx3/ > tests/integration/main.rs Cargo will automatically discover the tests in the same way we manually specified, and so we can use the same commands as described above. https://www.lpalmieri.com/posts/skeleton-and-principles-for-a-maintainable-test-suite/#custom-test-framework I am...

Enhancement
Q for ourselves

`"DEBUG" OR "INFO" OR "WARNING" OR "ERROR" OR "CRITICAL"`

Provide friendly experience for people using `rustup override`. - `set` to modify - `unset` to remove from config - `list` to list existing config Personal expected behavior. - if the...

question

`nmcli device wifi show-password` ``` SSID: xxx Security: WPA Password: xxx [ QR Code ] ``` It would be cool to let other devices easily connect using QR code.

&() is the same as usize, which is pointer size, it also looks shorter