Dylan Anthony

Results 56 issues of Dylan Anthony

It's possible that someone will want only certain pieces of an API for their usecase. Would be nice to be able to provide a list of tags in config to...

enhancement
good first issue

0.4.0 will have a lot of template changes, some of which replaced Python methods that were previously unit tested. Templates are not unit tested and e2e tests don't cover every...

enhancement
help wanted

Not sure what the best Python format is for this. Maybe an arbitrary Dict? Maybe just an instance of CSVReader? Or CSVDictReader?

enhancement

## 🐛 Bug description After updating Serverless from 2.0.0 to 2.3.0, I started receiving this warning: `Configuration warning at 'provider.runtime': should be equal to one of the allowed values [dotnetcore2.1,...

I know that Rocket 0.5 is still in development but I was wondering if you had any thoughts about how to support it? It brings with it async support via...

https://github.com/awslabs/aws-lambda-rust-runtime has been updated quite a bit now including with newer, simpler deploy options. This example should probably be updated to use those.

### What is the problem you're trying to solve Similar to #342, I would like to have the [`--remove-orphans` option for `compose down`](https://docs.docker.com/engine/reference/commandline/compose_down/#options). ### Describe the solution you'd like Add...

area/compose
kind/feature

### Discussed in https://github.com/openapi-generators/openapi-python-client/discussions/672 Originally posted by **georgkrause** September 22, 2022 Hello everyone, thanks for the great project, great work! Keep it going! I am totally new to the whole...

enhancement

**Is your feature request related to a problem? Please describe.** RFC2616 allows parameters to content-types, for example `application/json; version=2.3.5` is a valid content type that should be treated like `application/json`....

enhancement

Add `content_type_overrides` or similar to the formats accepted by `--config` so that folks can redirect a specialized content type to one of the implementations that exist in this project. Specifically,...

enhancement