Santiago Fraire Willemoes
Santiago Fraire Willemoes
I'm working in adding some missing documentation to: - Container - SolvedDependant - Dependant - Dependant - Marker - AsyncExecutor I was wondering if adding [mkdocstrings](https://mkdocstrings.github.io/) would be welcomed as...
## Proposal Let user specify location of the schemas in `pyproject.toml` (maybe add support for another file like `.avro-schemas.toml`) ```toml [tool.dataclasses-avroschema] output_folder = "schemas" [[tool.dataclasses-avroschema.schemas]] source = "https://myschemas.org/example/1.1.1/hello.avsc" [[tool.dataclasses-avroschema.schemas]] source...
### All Submissions: * [x] Have you followed the guidelines in our Contributing document? * [x] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same...
### Description `version_type` should be removed from commitizen (it's marked as deprecated now). Use `version_scheme` scheme instead. Planned for 4.0 because this would be a breaking change
First of all, thank you so much for this tool, it's fantastic 🚀 ! I would like to request the possibility to support ignoring a block of code. To my...
Hi, I would like to load different files from different `conftest` files, is this possible? Thanks!
**Goal** Have a more secure cluster. **Context** I was failing to create a cluster and I don't know if it was `ufw` or not, so for now I've removed it....
### Question Hello there! I was wondering if it is possible to add a new line after setting some instructions. The instructions may be long, so it would be nice...
Hello people! I'm starting a small project with [starlette][st] and I'd like to try pugsql, I found it super interesting, it's great project! But [starlette][st] is async and I'd like...