Alexander Mishurov

Results 5 comments of Alexander Mishurov

thank you, fixed pyproject.toml Created issue in clearml project because - mypy tests worked before adding clearml - clearml patches argparse https://github.com/allegroai/clearml/blob/master/clearml/binding/args.py#L251 Agree that segfault is popular in mypy issues

>Why would you attribute it to patching argparser? Added branch with "fix" to my demo example above: https://github.com/amishurov/clearml_seg_fault/compare/segfault_fixed?expand=1 With reimport original argparse before executing mypy tests, there is no segafault...

As maintainer you feel free just to close this issue. And you shouldn't detect mypy running code obviously.

found this pr https://github.com/allegroai/clearml-server/pull/165/files ``` environment: DISABLE_NGINX_IPV6: "true" ``` works for docker-compose. So setting this variable should work for kubernetes too

Hello, is it possible to override https://registry.npmmirror.com for local npm package mirror ?