David Barrett

Results 61 comments of David Barrett

@willfong - Eager for your comments here, btw.

I like the idea of failing if unrecognized flags are provided. Would you be open to submitting a PR for this?

Hm, not really but you could just directly modify a message in Onyx using the Chrome tools I imagine to intentionally break a message.

Oh! That's great! Can you please create a PR and submit it for us to test? Thanks!

Hm, well we're actively developing on Bedrock so those logs are super helpful. However, I agree that if you're not actively improving Bedrock itself, then they're mostly just noise. I...

To do this should be simple: 1. [This line](https://github.com/Expensify/Bedrock/blob/c5f0f4d512523d0f050ebf197ff71680f1ed9a9f/main.cpp#L75) sets the default log level to `LOG_INFO` 2. [This line](https://github.com/Expensify/Bedrock/blob/c5f0f4d512523d0f050ebf197ff71680f1ed9a9f/main.cpp#L158) sets it to `LOG_DEBUG` if you provide command line parameter `-v`...

FYI, posted an Upwork project here if anybody wants to earn a quick $500: https://www.upwork.com/jobs/~01a73c71734d653add

Thanks @basiliscos I really I appreciate the quick work! @righdforsa I like the idea of making `-q` the default for the public repo, but running without it internally. How would...

`-q` option added in HEAD; reassigning to @righdforsa until deployed.

Ah, sounds great! Can you or @jgmdev submit a PR? Thanks!