Bob Haddleton

Results 116 comments of Bob Haddleton

Bump - this would be really useful to have.

@macisamuele - thanks - you helped me realize that it's only a problem with nested datetime objects, which is what I'm working with. I have a top-level body parameter that...

@macisamuele - I'm sure it would work if I could specify the schema, but the application requires me to accept a variety of different object schemas, and since Swagger2.0 doesn't...

The datetime object comes from bravado converting the response of a separate query based on the spec for that response. Then I have to take that response, modify it and...

@swolchok - Are there any remaining issues preventing this PR from merging? Py2 goes away really soon and I know @abusi is maintaining a py3 fork for Tartiflette. Thanks

Hi @jkgenser - I needed to do more testing with the partition assignment changes and I didn't want to hold up releasing the other two fixes which are also important....

At this point there will always be scenarios where this can happen - see this comment for more details on exactly what was fixed - https://github.com/faust-streaming/faust/pull/97#issuecomment-776774231 Basically you need to...

I also have a scenario that could use this enhancement - we have a kubernetes operator that is running async, and it needs to get a token from a remote...

@turkenh - any suggestions for how to debug the failing e2e test? I can reproduce it locally but I don't know where to look for the problem. Thanks

This is similar to https://github.com/crossplane-contrib/provider-kubernetes/issues/38 and is a general problem when provisioning resources into a K8S cluster that has been created in the same composition. It slows down the provider...