Alexander Rosenthal

Results 3 issues of Alexander Rosenthal

I was seeing this error when running the Vue frontend in v1.0, ``` M; 299 96 9313 C; 685 36 0135 web_1 | error in ./src/main.js web_1 | web_1 |...

**what's the problem** Match case syntax is not compatible with earlier Python versions. https://github.com/kubeflow/training-operator/blob/f8f7363eb905757e7c05321ec8df81aed61cf6c6/sdk/python/kubeflow/storage_initializer/storage.py#L7-L28 **what's the fix?** Use if-else instead.

release/1.8

**what happened?** ```shell $ mypy mypy sdk/python/kubeflow/training/constants/constants.py | grep -i ":87" sdk/python/kubeflow/training/constants/constants.py:87: error: Module has no attribute "V1Volume" [attr-defined] ``` **what did you expect?** No style errors. **is there a...