Thomas Ilsche

Results 19 comments of Thomas Ilsche

I noticed that this issues is very sensitive to the environment - i.e. it triggered on the dev machine but not the CI. The discrepancy appears even with tox inside...

I saw this as well. It is pretty distracting during debugging. Would be great if this could be merged.

I would like to add that we have the same issue with [another untyped library](https://github.com/viewflow/viewflow/issues) that provides Model base classes. Since it is [not possible to suppress the error in...

Looks like it has been (mostly) fixed by #1100 . The interface is a bit simpler than my suggestion. Not sure if that has any practical significance though. Unfortunately I...

We also have this issue that blocks us from upgrading.

I have to say I am truly puzzled. How is a Python project using protobuf supposed to _cleanly_ manage its dependency? I would really appreciate any documentation, best practices, or...

> We have work under way to add explicit compatibility checks to our various codegen targets. Has there been any progress here? This issue remains a very prominent pain point...

Oh, I understand now. If I add the app, it works without setting the `LOGIN_REQUIRED_IGNORE_PATHS` manually. It just didn't occur to me to add an app since it is not...

@hynekcer I cannot get the suggested workaround for class generic types running unless the `TypeVar` is limited to concrete types. Otherwise, as soon the the actual default parameter is used...

clang-format 19 is not yet released. So we do have to wait a bit.