davemilter

Results 7 comments of davemilter

Did #93 fix this issue? I try this "hello world" project: https://github.com/davemilter/cmake_rs_hello_world it builds without modification for Android, but for iOS: ``` -- Check for working C compiler: /usr/bin/cc -...

Or, it is actually works. The problem in that crate on crates.io has no #93 . @alexcrichton, any plans for new release with iOS support fix?

I thought about calling `touch file` for all files mentioned in `git diff` to force `cargo` to rebuild, because of in our case `cargo build` time is much less than...

> and this'd likely fall into the category of "custom test frameworks" as well. And in its turn `C-test` fall into the category `not in cargo`?

For me, the right pane (with content, not empty) has proper dark mode, but the left pane with search results is white color, that hurt eyes in dark room.

I use 4 `reqwest::Client`, each in separate tokio tasks. All take from common query URL and start download via `reqwest::Client::get` method. All urls for the same sever, I use different...

Not sure what is going on. But if run `cargo tree --all-features` you can see that `tungstenite-rs` depend on base64 via `rustls-native-certs`. So why use "one more additional crate" for...