Alex Ioannides

Results 19 issues of Alex Ioannides

_"As a ML Engineer, I would like to be able to use Bodywork images hosted on a private image registry, so that I can use images that have passed security...

enhancement
spike
prioritise

"_As a ML Engineer, I would like Bodywork to support the newest version of Kuberentes possible, so that I can use Bodywork with cluster running later versions of Kubernetes._" **Tasks**...

enhancement

"_As a ML Engineer, I would like to know why my Jupyter notebook stage has failed, so that I can fix the issue._" **Tasks** * Investigate what exceptions ` nbconvert.preprocessors.ExecutePreprocessor().preprocess`...

tech-debt
user-experience

"_As a ML Engineer, I would like error messages that contain suggestions for how to fix the problem, so that I am enabled to make progress with my deployments._" **Tasks**...

enhancement
user-experience

"_As a ML Engineer, I would like to better understand the errors that k8s sometimes yields, so that I have a better chance of understanding how to cure the underlying...

enhancement
user-experience

"_As a newly recruited Bodywork Developer, I would like to know how to configure all developer tools, so that I can start making contributions quickly._" **Tasks** * Add a `Contributing`...

documentation

"_As a Bodywork Developer, I would like code formatting to be executed automatically prior to making a commit, so that I don't have to remember to run all the formatting...

devops

"_As a Bodywork Developer, I would like import statements to be linted, so that the codebase is consistently formatted._" **Tasks** * Read about [isort](https://pycqa.github.io/isort/). * Setup isort to work with...

devops

"_As a Bodywork Developer, I would like docstrings to be linted, so that I have confidence that they are correctly formatted._" **Tasks** * Read about [pydocstyle](http://www.pydocstyle.org/en/stable/). * Setup pydocstyle to...

documentation
devops

"_As a Bodywork Developer, I would like all import statements for Bodywork modules to be absolute and not relative, so that they are easier to read and interpret._" **Tasks** -...

tech-debt