James Braza

Results 57 comments of James Braza

Alright @jmorganca thanks for the comment, I have moved the `docker-compose.yaml` to `examples/`. I don't have permissions to add you as a reviewer, so just posting this comment

Turns out there are two third party projects for this: - https://github.com/ugognw/mypy-upgrade - https://github.com/geo7/mypy_clean_slate I tried using both of them today (2/6/2024), and they _sort of_ work, but they both...

@timyu000 what version of Windows were you using? Python 3.7 dropped support for Windows XP.

For those looking for a link to the source code behind [sqlalchemy-to-pydantic](https://pypi.org/project/sqlalchemy-to-pydantic/), it's here: https://github.com/wezhai/sqlalchemy-to-pydantic. Linking sqlalchemy-to-pydantic's source to PyPI was requested in https://github.com/wezhai/sqlalchemy-to-pydantic/issues/1

Yeah that is a good question, and I was sort of hoping you all'd know how to better generalize this 😅 The `call.HasDunder.__setitem__` that's causing the pylint error is set...

Also see https://github.com/actions/cache/issues/81, https://github.com/actions/cache/issues/31

For me, I was getting this error because the AWS ECS service had not yet been created. Our DevOps team uses Terraform, and basically they forgot Terraform code for `aws_ecs_service`:...