Tom Verhoeff

Results 12 issues of Tom Verhoeff

I cannot find what the unit of area is. It looks like it is in square kilometers. I suggest mentioning this in the README, where the columns are explained.

enhancement
help wanted

If you use the LaTeX beamer package, and set a color for math material using ``` \setbeamercolor{math text}{fg=green} ``` then styling applied within a `tikzcd` environment only affacts the arrows,...

I miss an entry for the (polymorphic) identity function (`id`), which is the (left and right) unit of function composition. It is a pity that many languages claiming to have...

There is an ambiguity in the first item under **Implementation**: * Does this code change do what it is supposed to do? I started parsing this sentence by interpreting 'change'...

I miss the heading **Robustness**, though some of the relevant items can be found under other headings. What do you think?

How to define mutually dependent classes with the IJava kernel? When I put them in the same code cell, it doesn't work. And when I put them in different cells,...

In https://github.com/csev/py4e/blob/master/book3/01-intro.mkd, I would like to suggest to improve readability by adding a space after the colon in: ``` shell python words.py Enter file:words.txt to 16 ``` I.e., replace it...

Using the IPython kernel, executing the following code cell ``` python print("Hello, what is your name: ", end="") name = input() print(name) print("And what is your age: ", end="") age...

When I use `nbviewer` (as used in GitLab Community Edition 9.5.4) on a notebook that has an output cell with _**multiple**_ `display_data` elements (see below), only the first `display_data` element...

type:Bug
tag:GitLab

When using `nbformat` as a library to process Jupyter notebooks, it would be convenient to have a tuple (or list, or set) of allowed cell types. For instance, ```python CELL_TYPES...