Christian Clauss

Results 1468 comments of Christian Clauss

I have never gotten Poetry to sing for me.

Instead of doing face-to-face events, can we put the same energy into virtual events like webcasts, live streaming, pair programming via video conference / vs code live share, etc. Now...

Nope. Python is not essential. A rewrite in JS is cool as long as it generates identical output. Should we be using https://www.npmjs.com/package/tap @isaacs or https://wiki.jenkins.io/display/JENKINS/TAP+Plugin @rvagg Wrote me that:...

[__pip2 install tap2junit__](https://pypi.org/project/tap2junit) works as expected.

[@octokit/rest] `const Octokit = require("@octokit/rest")` is deprecated. Use `const { Octokit } = require("@octokit/rest")` instead [@octokit/rest] `const Octokit = require("@octokit/rest")` is deprecated. Use `const { Octokit } = require("@octokit/rest")` instead

Should this PR be updated for fissix or closed?

* [x] Add automated testing (CircleCI, Travis CI, AppVeyor, etc.)?

These are automated tools that test each pull request _before_ it is reviewed. _One_ of the tests that they could run could be unittests. They could also run other test...

Tests are running now... #23