William Storey

Results 65 comments of William Storey

Yes, altering the exit status on success would definitely have to be opt in for the reasons you mention. Writing something out to indicate this could work too. Possibly a...

Yeah, it looks like we need to check the response more carefully. It looks like what happened here was we sent an HTTP error (HTTP 403) and the client doesn't...

To build from Git you need to run `./bootstrap` first.

Yeah, I think we could make it clearer. Maybe at minimum we could mention this somewhere in the source file section. I'm not sure about changing the order as the...

This should work: ``` CONFFILE=/etc/foo DATADIR=/etc/bar make ``` You're right it'd be good to expand the section we have about changing the default config/directory with this though. Thank you for...

I agree it can be unexpected, but I don't know that it's necessarily a bug or necessary to change. stderr is often used this way, e.g. see its description on...

Thanks for the feedback! Adding a C extension option is something we've discussed. As you say it would give a performance boost when used. Are you finding the performance is...

Yeah, I agree this is kind of odd, although I'm not sure it is technically wrong. It is a result of using Go's default logger. I'm not sure we'd want...

Are you wanting to run `--version` automatically? We don't print any output unless it's an error (with non exit status 0) when run normally I believe.

Thank you for the idea! Yes, we're going to look into adding more binaries.