Jon Packer

Results 5 comments of Jon Packer

This just bit us, when doing `config.get('value')`, the configuration object was returned `{ doc: 'Some documentation', format: '*', env: 'TEST_VALUE' }`. This stopped happening when we set `default`.

It looks like you might be using an old version of express that doesn't expose the express app prototype that way that express-expose expects. If you upgrade to express 3...

+1, it's nigh on impossible to discover how to use moxie with the current documentation. this issue is the only thing that has given me hints. there's currently nothing documenting...

I am having a similar issue, but a bigger issue here is that there is no way to allow the user to define their own error formatting. The most obvious...

Not sure what the best way to resolve the linter error is here. It's misleading to put these props on the `propTypes` because the component itself doesn't do anything with...