chillenzer

Results 39 issues of chillenzer

Hi everybody, I was just reading through [Episode 10](https://swcarpentry.github.io/python-novice-inflammation/10-defensive/index.html) and I think that it is really great that "Defensive Programming" and the idea of "Test-first Programming" are taught as one...

Hi everybody, While reading through [Episode 2](https://swcarpentry.github.io/python-novice-inflammation/02-numpy/index.html), I stumbled across the use of `numpy.delete`. From my experience, I have not a single examples where the usage of `numpy.delete` is justified...

Hi everybody, I was just reading through [Episode 2](https://swcarpentry.github.io/python-novice-inflammation/02-numpy/index.html) and was surprised about the appearance of `numpy.hstack` and `numpy.vstack`. Isn't it more useful to just introduce `numpy.concatenate` with an appropriate...

Hi everybody, I just read through the lesson material in [Episode 2](https://swcarpentry.github.io/python-novice-inflammation/02-numpy/index.html) and found that the "Data Type" box states that "A Numpy array contains one or more elements of...

Hi, Thanks for the great work! The add-on is an amazing feature that I really don't want to live without anymore! Problem is: I have to, currently. Since the last...

- [ ] rebase against dev branch after #4820 is merged Dear interested parties, This documentation draft specifies the interface that I propose to implement for dumping metadata. It intends...

component: core
changelog

As suggested in #4826.

component: tools
component: tests
CI:no-compile

In trying to fix a link in the documentation for my #4812, I've realised that I couldn't find any mentioning of the automatic adjustment of arguments in the documentation. Should...

question
documentation

I've recently built the docs locally and found that there's a bunch of warning. Not sure about their status but someone should probably have a look because they are likely...

documentation
affects latest release

While working on #4812, I've discovered that we have no infrastructure in place to link between `.md` and `.rst`. Having both is sometimes necessary or customary due to conventions in...

documentation