Anton Agestam

Results 134 comments of Anton Agestam

@JoelLefkowitz I think it would make sense to use the same facilities as are already in place. Allowing pydantic models in the `responses` and `request_body` arguments of `swagger_auto_schema`, e.g. `@swagger_auto_schema(request_body=SomeRequest,...

@omfd > But the prime issue is the base class has a strict check of object being of type serializer which makes it incompatible Which check is that? Is it...

_Friendly ping_ @carltongibson. Is it possible to get this patch merged?

@stale This is still a relevant issue.

@Stale This is still a relevant issue.

@grantjenks Perhaps mypyc could be a plausible alternative? https://github.com/mypyc/mypyc Also: take your time. Open source burnout is real, and it's your free time.

I think this bug should be accepted and fixed. The increased coherence of defining enums inside models should be encouraged. I believe this might be fixed by replacing `__name__` with...

I'm seeing the same message. The error seems to stem from [here](https://github.com/DomT4/homebrew-autoupdate/blob/6bc10b3475dd72545a0f686be3e82cbe53a33335/notifier/notifier.scpt#L4). Looking at the single log file found by that pattern, there are no lines with "taps" in them...

I recently upgraded to Python 2.7.9 and none of the workarounds fixes this for me. With `SubdomainCallingFormat` I get: ``` hostname 'assets.saveoursnow.se.s3.amazonaws.com' doesn't match either of '*.s3.amazonaws.com', 's3.amazonaws.com' ``` With...

Come on ppl, commenting +1 isn't helping anyone.