Jonathan Hartley

Results 30 issues of Jonathan Hartley

is a useful sanity check to see whether command has recently run or not

enhancement

useful for running something that doesn't terminate, like a web served app, while editing the source code.

enhancement

See the discussion [here](https://github.com/tartley/rerun2/pull/3) about ways to perhaps fix it.

Optional compiled features are reported by `ctags --version`. Our current snap, 0.2019-12-16+17:58:20+e0a976d7, reports: > Universal Ctags 0.0.0(e0a976d7)... > Compiled: Dec 16 2019, 17:58:44 > ... > Optional compiled features: +wildcards,...

enhancement

The docs at http://docs.ctags.io/en/latest/index.html describe themselves as "developer oriented docs", and point users to ctags.1 man page. But the snap does not appear to install any man pages. (whereas the...

bug
documentation

Neither .deb nor snap install an 'etags' executable, which is prominently referenced throughout the man page.

bug

Using latest version from PyPI (v0.1): from py2d.Math import Polygon, Vector gives me File "/home/jhartley/.virtualenvs/belter/lib/python3.7/site-packages/py2d/Math.py", line 5, in from vecmath.Vector import * ModuleNotFoundError: No module named 'vecmath' But using the...