Results 190 comments of James Saryerwinnie

Not sure what to make of the travis failures, any ideas?

Just to clarify, the idea is to take the ETag value we get during the `head_object` call and pass it through all the `get_object()` calls. If we get a 412...

Seems reasonable to me. Marking as a feature request.

One thing that also complicates things is that botocore supports as far back as python 2.6.5, so we'll need to figure out how we can support asyncio and still maintain...

I'm pretty sure this is not possible with the code as it's written today. It makes assumptions that we're operating in a synchronous environment. The underlying lying library making the...

Not opposed to adding this, I think this was never implemented because we never had any requests for it. Marking as a feature request.

I agree that it would be great to have Lua support. I've been thinking about how to best accomplish this. Unfortunately, I had trouble installing the official lunatic-python package and...

Wouldn't be opposed to a feature like that. Marking as HelpWanted.

Not familiar with the gradle ecosystem at all, but if it's not possible to enforce compatible versions of `smithy-cli` between the plugin and the build file, perhaps it's possible to...

Is the suggestion to add chalice to sys.path so you don't have to have `chalicelib` in your imports? So instead of `from chalicelib import mymodule` you could just say `import...