Diogo Baeder
Diogo Baeder
Hi guys, I upgraded a bunch of stuff on my Arch Linux box today - which included Python 3.7 -, and started having an issue with powerline: all of a...
Hi folks, I'm not sure if this is a bug or if I'm doing something wrong, but I'm building a project where I need to run my app inside Kubernetes...
**Describe the bug** When having a Nullable column and not setting the related property in an entity instance, trying to add the object to the session and then committing raises...
I'd like to propose Nose to support the --omit argument from coverage.py, so that we can specify patterns to exclude files from coverage report. Use case: South migrations created for...
Hi, I've just upgrade openapi-core on my project to 0.13.3, after some months without upgrading, and now nullable schemas are not validating `None` values anymore. I found a commit which...
"Any Type" is part of the specification ( https://swagger.io/docs/specification/data-models/data-types/#any ), however this library does not support it. The problem seems that, when creating the `Schema` for a schema spec that...
Hi, Unfortunately path templates are not supported in this library; For example, if a `PUT` request is made for a Flask view which has a pattern of, say, `/users/` and...
Hi guys, I upgraded `openapi-core` on my project to 0.6.0, and now when I get an instance of `RequestValidationResult` and try to access the request body, it's a `Model` instance...
Hi folks, It's been more than 2 years from the last commit that landed here. Is this project still alive? I'm asking this because I'm using this library but having...
**Describe the bug** The plugin is reporting dependency hashes (generated through pip-tools compile) as if they were syntax errors, but they're not. **To Reproduce** Steps to reproduce the behavior: 1....