James Saryerwinnie
James Saryerwinnie
What about something like `recurse(start, expref_traverse, expref_select)` where: - start, the root element to start - expref_traverse - the expref to recurse into. at each level this expref is applied...
I can understand being frustrated, but please keep it cordial if you want to comment on these issues.
Sorry for the delay here. The type of data it expects is as you've mentioned: the output of `json.Unmarshal`. JSON strings are not currently supported, but it is something that...
I've seen two benefits: * You're not using JMESPath for a language agnostic purpose, i.e writing some tool/CLI that uses JMESPath for something (maybe a config or something it exposes)....
Thanks! This is awesome. I'd like to take some time to go through this in more detail, but looking over most of these arguments, they seem like they'd be great...
Closing out old PR. Happy to discuss features to merge back into the `jp` executable.
I wonder how much of an issue this is in practice for boto3 users given the features in yesterday's release (1.4.0). Using the high level [upload_fileobj](http://boto3.readthedocs.io/en/latest/guide/s3.html#uploads) and family of methods,...
FWIW, I agree we should get these updated. The main issue here is these are generic docs for a collection (https://github.com/boto/boto3/blob/develop/boto3/docs/collection.py#L83-L84). We'd need some way to plumb in overrides.
To make sure I understand this, are you suggesting you want to use the python API that chalice provides, but instead of deploying to Lambda, have it create batch jobs...
Got it, thanks for clarifying. Labeling as a feature request. If anyone else is interested in this, please +1 this issue.