Maxim Belkin

Results 27 issues of Maxim Belkin

_For context, see https://github.com/swcarpentry/python-novice-inflammation/issues/887_ Maintainers would like to solicit contributions to update episode 1 with examples more relevant to the inflammation story.

help wanted
good first issue

We need to shorten the following long lines in lessons (based on `make lesson-check-all`). Please feel free to submit PRs (please change one file per PR) and reference this issue...

help wanted
status:in progress
good first issue

We have quite a few figures in our repository and they have to be easy to maintain. Therefore, we need to clean them up so that they: 1. are minimal...

help wanted
good first issue

1. [x] I propose to consider adding "tab completion" to the glossary (reference.md). We talk about it in episode 2. 1. [ ] I'm not sure where in the lesson...

_Submitting on behalf of maintainers of the [Python Novice Inflammation lesson](https://github.com/swcarpentry/python-novice-inflammation)._ We'd like to solicit image contributions that can help learners better understand and remember the material presented in the...

help wanted
type:enhancement
good first issue

I suggest discussing the possibility of using Thonny XXL (https://github.com/thonny/thonny/releases/latest) for our lesson: this is a cross-platform Python IDE with all the modules we use in our lesson (NumPy and...

Dockerfile: - set `name`, `version`, and `maintainer` labels - set `DEBIAN_FRONTEND` to `noninteractive` - use `--no-install-recommends` flag for `apt-get install` - sort installed packages alphabetically - add `automake` and `python2.7`...

Currently, `perNodeCache`'s blocksize parameter is ignored. This PR fixes it.

Obtain error messages from `libmunge` instead of hard-coding them.

0. ~Use proper `bundle config set --local path ...` syntax instead of (incorrect) `bundle config --local set path ...`~ (implemented in #559). 1. ~Decide whether to use `bundle` or `jekyll`...