Erik Seglem

Results 11 issues of Erik Seglem

When outputting to YAML or JSON, boolean values should not have quotes around them. An output file will produce E3012 errors when ran through `cfn-lint` because of this. See: https://github.com/awslabs/cfn-python-lint/issues/260...

Needs further work

### Initial Checks - [X] I have searched GitHub for a duplicate issue and I'm sure this is something new - [X] I have searched Google & StackOverflow for a...

bug

* **asyncpg version**: 0.25.0 * **PostgreSQL version**: 13 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: Both RDS...

## What I am changing - Adjusted typing throughout the package to be more complete and accurate. - Updated pre-commit to run mypy on the whole package vs individual files....

Its very much an edge case, but if you have a Multi Polygon which had a part inside a hole of itself that part does not end up in the...

### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think...

feature request

I would like more control over the way things are displayed on the meal plan. There are a lot of pieces of information displayed on each meal and it can...

enhancement

As mentioned in #884 there are queries directly in the ATS docs, which would be useful to have standalone for automated testing. For both the queries themselves and for other...

CQL2

Fixes #130. Rather than using python to parse / validate the values first, this lets pydantic do its thing and then ensures the fields are set properly. This means it...

While trying to do some benchmarking I noticed that somehow the input datetime string was being modified in place when validating the model. Which was extremely confusing to me. I...