Kailan Blanks
Kailan Blanks
Hey @mschrage and @brendanfalk, hope you both had a great holiday! Thanks for tagging me here. I think it's unlikely that these automatic generators would be part of the CLI...
This issue still stands and prevents pattern matching on constant types: ```rust if let Some(mime::IMAGE_JPEG | mime::IMAGE_PNG) = beresp.get_content_type() { do_stuff(); } ``` The alternative to this code block following...
This would be resolved by #137.
Ah, looks like I also nuked tooltips in the process – this needs a rework.
@haberman Awesome! It'll really help out a project of mine. Any way I can help out with implementing this?
Any progress on this? @haberman
I'd love to work on this but I have one question: Why would proto2 need to be supported? Surely implementing this for proto3 would be enough.
Ah, makes sense. I'll give it a shot later on :+1:
There's a pull request on the `gethostname` crate that would resolve this: [flausch/gethostname.rs#6](https://codeberg.org/flausch/gethostname.rs/pulls/6) If that's released as `0.2.3` this crate should start compiling correctly.
Okay so that didn't work out as smoothly as expected. The core issue here is that `hostname` is a required property of a bunyan log record. Environments without hostnames will...