Sinh Pham
Sinh Pham
### Describe the bug In iTerm2/VSCode embedded terminal I used to be able to clears the scrollback using Ctrl/Cmd + K. Now with 0.60 after clearing the scrollback, typing new...
Due to using `std::time::SystemTime`. A potential solution is exposing a `new_with_timestamp(n_secs_since_unix_epoch: u32) -> Self` constructor. People who want to run on wasm can supply their own timestamp.
`bluer` currently depends on `dbus`, which in turn depends on `libdbus`, a C library. As a result, cross compiling `bluer` is hard. Please consider using a pure Rust alternative to...
Would it be possible to also generate client code? Take the ArgResource `path_multi_str` [example](https://github.com/carllerche/tower-web/blob/bde03e33f192da283f2cbd3dc4694acbdd201286/examples/args.rs#L66), would be awesome if we could generate something like: ```rust ArgResourceClient::path_multi_str(foo: String, bar: String) -> Result...
I'm getting multiple reverse DNS lookup queries, but `mdns-sd` is not responding to them. As a result, my other device could not resolve and connect to the mdns service. Here's...