Jack Brown

Results 24 comments of Jack Brown

I'd still really like to see this feature added.

@jama-pivotal I'm also interested in this, and open to building my own binaries, but I can't find any documentation anywhere about how to build the set of concourse binaries. Could...

Forgot to say that this is an rpi3 model B, running on an HDMI display.

@curcuz Output on the screen is just white/light gray. Prior to the startup/error, the screen is the default resin display with the ASCII Resin.io on the screen. ``` 27.02.18 22:08:50...

> I think the lifetimes could be elided if you used a real error type instead of making it generic over a `E` type. @Geal Could you elaborate on what...

To clarify, I've found and read https://github.com/Geal/nom/blob/master/doc/error_management.md, but this particular issue is still unclear to me. I'd be happy to PR a small example, if I can understand the solution.

I found this issue via #4424 and wanted to add my use-case. I'm not sure how this would work implementation-wise, but it'd be very useful: I'm building a fairly complex...

Ah, amazing! I'd missed that, and on first glance it looks like it'll probably solve my problem in the short-term. Thanks so much.

Wow, there's a lot happening there :-) I haven't digested all of it, but at some point it seems like doing it that way is more trouble than just manually...

(sorry, re-posting from the right account :-)) From an API perspective, I'd like to see something like this: ```rust #[derive(Parser)] struct Cli { #[clap(subcommand)] subcmd: Vec, } #[derive(Parser)] enum Subcmd...