Jonas Camillus Jeppesen
Jonas Camillus Jeppesen
Great, simple, open source app! However, as a physicist your Frequency"-label bothers me. Frequency is in units of inverse time, e.g. `2/min`, not `00:30` (in mm:ss). I propose that you...
Am I right neither the main script (called by openvpn up/down) nor the extras (used manually) prevents outgoing connections (other than to the vpn server( before the first/initial openvpn connection?...
I just tried installing Atom+atom-python-run on a clean install of Ubuntu 18.04 and I'm experiencing a problem because Ubuntu 18.04 apparently does not symlink ``/usr/bin/python`` to ``/usr/bin/python3``, hence there is...
Thank you for an awesome package! The wiki appears to be missing images, e.g. https://github.com/foreshadow/atom-python-run/wiki/12-How-Do-I-Use-atom-python-run It is quite hard to follow some of the descriptions without the screenshots.
Finally implemented line numbers and line highlighting as discussed in issue #1217.  If desirable, I could use f-strings instead of `%`-based string formatting while we're at...
**TL; DR;** A second maintainer would be welcome, if you're interested let me know. Until summer 2021 I have limited time to dedicated to merging PRs and handling issues. I...
Let's drop support for and tests against Python 2 - Sphinx did that long ago.
I just did release 0.9.2 to PyPi and the release procedure is error-prone. Less now than when I release 0.9.0 and 0.9.1, but still error-prone. At the moment the version...
At the moment there is only one collective integration test performed by Tox (via GitHub Actions, previously via Travis CI), and that is `make -C docs html`(see https://github.com/sphinx-contrib/images/blob/master/tox.ini). That test...