Jaka Hudoklin

Results 106 comments of Jaka Hudoklin
trafficstars

Well why not, if user does not want to use sdb it's reasonable for him to keep any information needed latter. And i agree to keep the discussion here limited...

Can you fix this directly in boto, because idea is to migrate one day? Just fork boto/boto fix there and try to merge in ther repo, they will be very...

I'd vote for first too. If any additional functionality, that boto hasn't thinked of, needs to be implemented, we make a fork and point glacier-cmd's dependencies there until boto merges...

Yep, that's the catch :) Do you have any suggestions how to implement json data output? I have enumerated a couple of options above. On Tue, Aug 20, 2013 at...

Sounds interesting, but what about just having to_json function that would handle that without extra types(extra types reduces compatibility with deform for example). I would implement it by having paralel...

Nice, thanks, i will look it up and test it as soon as possible for sure, and make contributions when time will allow. ColanderAlchemy+colander+json_schema makes a new world of possibilities....

Just a quick answer from what i can see from diff and from my knowledge of colander. Colander does not output json from serializer(even if you do json.dumps), it outputs...

+1 That would be usefull :) On Mar 30, 2015 10:21 PM, "Nicolas B. Pierron" [email protected] wrote: > One problem raised by multiple users, almost since the beginning of the...

By openapi I assume you mean json schema definitions part which are used for request/responses in openapi. Just one note, in kubernetes case they have some extra fields that define...

Problem seems to be if type is a pointer. The following command imports `time` correctly: ``` pggen gen go --query-glob 'internal/postgres/queries/*.sql' \ --postgres-connection ${DB_URL} \ --go-type "timestamptz=time.Time" ``` But this...