Maxim Martynov

Results 137 comments of Maxim Martynov
trafficstars

Python 3.6 already reached end of life (23.12.2021), 2.7 is not supported since 01.01.2020. A lot of packages already dropped support of such old Python versions, why bother keeping it?

Merged: https://github.com/apache/atlas/commit/a43ed6c11d3ca3c8a63b86981c3241365eb60b79

Why bother bringing Python 3.6 support back?

Sorry, I mean that you can use `extra_pod_config` to set `hostname: "jupyter-{username}--{servername}"` in pod's spec, without adding potentially breaking changes to the KubeSpawner

I've emailed repo owner just after creating this issue, didn't receive any response.

> In some cases generics are condired invariant since the mapped descriptors are not declared as final. Could you provide a source?

Is that only pylance, or mypy is complaining too?

mypy complains on: ```python class P(Protocol): foo: Final[Mapped[M]] ``` ``` error: Protocol member cannot be final [misc] error: Final name must be initialized with a value ```

This is not related to Marquez, but rather to Docker settings

It could be connected to certifi package issue: https://github.com/certifi/erlang-certifi/issues/46