fdiblen

Results 69 issues of fdiblen

This repository contains a collection of guides explaining how to set up a self-hosted CI server on your own hardware. The guides include step by step instructions for most common...

Split of #160: We should then decide on relative imports or absolute (not sure those are the correct terms): ```python # the import below is in a file that is...

generated-package

Use flake8 to lint the generated package (https://pypi.org/project/pytest-flake8).

generated-package

Currently we have [email protected]. We should talk to the community managers and add their email address.

template

generated package now has pyproject.toml this should be explained in project_setup.md

generated-package

Update contributing guide for the generated package - Use markdown file from https://github.com/matchms/matchms/blob/master/CONTRIBUTING.md - Add other type of contributions - Spreading the word (LinkedIn, blog posts, Twitter, Reddit etc.) -...

generated-package

Update contributing guide for the template repository - Use markdown file from https://github.com/matchms/matchms/blob/master/CONTRIBUTING.md - Add other type of contributions - Spreading the word (LinkedIn, blog posts, Twitter, Reddit etc.) -...

template

`tests/test_values.py` tests dashes and spaces for given user input. We should also check slashes and backslashes.

template

Developer documentation should also cover coverage.

Currently it is not possible to use the stdout of Docker image in a GitHub action. This would be useful if one wants to do some tests based on stdout...