Alex Helfet

Results 9 issues of Alex Helfet

I love flymd, it's far better for markdown than the other markdown viewers I've tried, and far better than the org-mode viewers I've tried. Pandoc supports converting org-mode documents to...

I love this project! So much cleaner and better integrated with emacs than my previous solution.

I love this crate and use it for error handling in all my projects that run with the standard library. I recently worked on an embedded project with `no_std` enabled:...

As would have been useful for #13. Possible implemenation; a `rustls` feature flag (enabled by default) and an `openssl` feature flag (disabled by default) and a `Connect` trait with 2...

enhancement

Retries packets should set dup=1.

enhancement

When using `struct mdns::discover::Discovery`, the current implementation waits for `mdns_query_interval` before sending the first query. With this patch, `Discovery` can be configured with `Discovery::initial_send(..)` to send out a query immediately...

The guide doesn't mention TLS server support, which I would argue is an important feature for many users. I realise that third-party crates are required to support TLS with `hyper`,...

Hi, I am interested in an `async` module that communicates with my Chromecast as part of a web application. Would you open to collaborating on this? Alternatively I can make...