John Paton
John Paton
When the Gruvbox Dark theme is enabled, my cursor in PyCharm's Python Console drops two lines below the location of the prompt:  This does not happen if I switch...
It would be nice to have an option for the minimum time between node expirations. Obviously if you have many many nodes then this isn't feasible, but if you only...
The only non-alphanumeric characters that can be in label values are `.` and `-`, but if you add ```yaml metadata: labels: test: this/should/fail ``` to some object it will still...
Solves #864
Currently I write my tests in `unittest`, but use `pytest` as a test runner because the coloured output makes it easier to see what's going on at a glance (plus...