Dylan Anthony

Results 203 comments of Dylan Anthony

Well technically the values of an enum _are_ case sensitive, the idiomatic way to represent an enum in Python is just to use the all caps representation of it. It...

> Any plan to include this fix into the next release ? Unfortunately, I don't have much time to dedicate to this project right now—the little bit of open source...

So in the long term, yeah we should totally parse as much info as possible about the security method via the OpenAPI Document and maybe generate a different AuthenticatedClient variant...

I believe this will be covered by #367

FWIW I was just searching for a similar feature for integration tests, thought being that instead of creating a client in each test and passing an address, I could just...

I've noticed this same thing, also running in ECS Fargate here.

I started working on this in a fork [here](https://github.com/dbanty/rocket-lamb/tree/rocket-0.5). So far this: 1. Switches Rocket to a git dependency tracking "master" 2. Switches to lamedh_* from lambda_* which is the...

Well I sort of fixed it by adding a bunch of Arcs, but I had to remove some functionality around dynamically resetting the base path of the mounted routes for...

Thanks David! I switched to Rust stable in my fork since that's supported on Rocket master and because the latest nightly was causing some build errors. I then managed to...