Devdutt Shenoi

Results 42 comments of Devdutt Shenoi

BTW, going back in time, I see that DeepSource was earlier enabled on this repo. May I know if there were any issues you faced because of which you decided...

A lot of the tests fail since the `url` dependency is optional, only enabled with `features = ["url"]`

I tried doing this and it worked: ``` rumqttc/src/lib.rs --- Rust 367 /// 367 /// 368 /// ``` 368 /// ``` 369 /// # use rumqttc::MqttOptions; 369 /// # use...

> have you checked out the rest of the improvements? Any thoughts on them? Yeah, they look good, especially the builder pattern, sweet. But I do think we should not...

Cargo.lock was included because of #337. We will start with not supporting `websocket`+`native-tls`, let them be separate for now. This looks like it's going in the right direction. I will...

Hey @mladedav, sorry for the delayed response. We have hit a roadblock while testing this PR. There are two main issues: - The lack of a way to define custom...

Hi @mladedav, when testing this on my setup I was unable to use it properly. Could you write a [gist](https://gist.github.com) to document how you tested your change and how one...

This seems to have been a mistake on my part while working with GitHub. I was reworking the way we structured branches and it seems to have caused the PR...

We will manage future developments on this in the separate branch, we are still blocked on a few issues, hopefully they will be resolved in the near future.

Hi @denis-papin, have you been able to fix this issue or are you still stuck with it? Please provide as mush detail as possible.