Anthony Holten

Results 9 comments of Anthony Holten

Comma added, changelog updated- thank you!

It's been a couple days so I also don't think its throttling, I was trying to do it on my own account which, normally is on private. Perhaps it has...

Thank you @s-weigand, I removed the `annotations` import and SQLAlchemy stopped complaining that classes weren't mapped! Would have saved me time if I was told that future annotations cannot be...

@DirkReiners [Forward referenced type annotations are a planned future feature for Python](https://docs.python.org/3/library/__future__.html#id1), so I wouldn't expect this library to implement a fix. [I explain the situation and state of the...

@pawrequest Are you able to review this PR? It looks like tiangolo has this repo locked down as he is virtually the only contributor

hey @tiangolo, this PR addresses [one of the oldest and most commented on SQLModel issues](https://github.com/tiangolo/sqlmodel/issues/196#issuecomment-1884097452) by documenting advice against a commonly used pattern that causes mappings to break. For those...

Trying to adopt Hadolint but this issue, [now ongoing for 9 months](https://docs.docker.com/build/buildkit/dockerfile-release-notes/#1100), renders Hadolint unusable for anyone using mounting build secrets as environment variables since Dockerfile >= 1.10.0. Issue [#1039](https://github.com/hadolint/hadolint/issues/1039)...

This is now resolved for my team with release v2.13.1, thanks so much!