Tomer Elmalem

Results 9 issues of Tomer Elmalem

I'm trying to use gojsonq to make some queries to JSON data. I was setting up some tests that were returning `nil` when I tried to validate the data inside...

enhancement

Adds pre-commit and runs it on all the current files. I skipped a few validations so I'm not making too many big changes and also set the max-line-length to 120:...

Noticed that we were swallowing config errors when returning API keys if something on the config-level was busted. We probably want that for general usage but I made this configurable...

The tests I have written only assert on one or two fields. That should be expanded a bit to cover all the attributes

### Reviewers r? @etsai-stripe @mnorth-stripe cc @stripe/developer-products ### Summary In this PR, I added: 1. support for simple array* parameters as CLI flags 2. support for nested objects* parameters as...

I'm getting a `RequestValidationError` for a missing param but pyramid seems to be stringifying the error message: ``` ipdb> e ipdb> e.__class__ ipdb> e.message "phone is a required parameter.\n\nFailed validating...

Hi! I was trying to have arc welder put all newly generated files into a folder (instead of having them be in the same one). In settings, I put a...

Not sure if this is related to #81 but every so often our graphs will get stuck and stop updating. It seems like there might be a memory leak somewhere...