Jens Tröger

Results 121 comments of Jens Tröger

Enjoy @Zac-HD! @Cheukting I’m also interested in this, so please let me know if there’s anything I can contribute.

Six months on, any updates on this issue? It looks like a resolution is blocked by the pylint issues linked [above](https://github.com/protocolbuffers/protobuf/issues/10372#issuecomment-1593875113)?

Closing, was merged.

In this context please be careful with the [`--major-version-zero`](https://commitizen-tools.github.io/commitizen/bump/#-major-version-zero) flag.

Hmm, that’s an interesting choice — the raised exception doesn’t contain the final error string but I’m supposed to expand/interpolate values on it? > I wonder if that is to...

Is it possible to use a `USING` clause with [`op.alter_column()`](https://alembic.sqlalchemy.org/en/latest/ops.html#alembic.operations.Operations.alter_column), or should I execute the SQL directly?

Huh… interestingly `postgresql_using` is mentioned at the bottom of the parameter list but I only read through the function args at the top — where it’s missing. Perhaps a documentation...

> Unfortunately, no: we won't accept a PR that changes yamllint output for a specific debugging use-case. Hmm bummer; I’d argue it improved the error message in general, but ok....

Thank you guys for an interesting package! I think I came across a problem that aligns with this discussion. Assume a test file `test_numbers.py` with the following content: ```python import...