Matthew Gilliard

Results 35 comments of Matthew Gilliard

Do you have any ideas how this might work? I'd like to be able to set the metadata on put, so I imagine something like: ``` clojure (s3/put-object cred bucket...

Oh, I see you can actually do this with: ``` clojure (s3/put-object cred bucket key value {:content-type content-type}) ``` but the docs (http://weavejester.github.com/clj-aws-s3/aws.sdk.s3.html#var-put-object) are at 0.3.0 when the lib is...

I've noticed this is still present in 0.4.0

It would be helpful if issues that have code merged could be closed, so that the open issues list reflects things that are still wanted.

additionalProperties - you don't have to supply this, but you can. As I understand the jsonschema spec you can mix additionalProperites and (possibly many) patternProperties. It's also possible that `additionalProperties`...

For context, the motivation for this is that the newer OpenStack APIs are introducing jsonschema. In all cases that I've seen, the schemas are as above, with a single patternProperty...

Tagging in @mantree @JadeRedworth @riconnon and @rdallman for their thoughts too.

NB: `format` is currently controlled by `LangHelper` - they all use `json` except Java/Kotlin which uses `http`. NB2: The following CLI flags would be removed: `cmd`, `entrypoint`, `format`

I agree - maybe I've conflated too many things into one issue here? The main win for me here would be if every function had a Dockerfile and was `runtime:...

IMO the Jackson part of this is low priority. My perf testing did not indicate that the presence of Jackson made much difference to execution times. The cost is around...