Stuart Prescott
Stuart Prescott
A literal percent should be '%%' not '\\%'. While '\\% Layer' apparently worked with older versions of perl, the % now starts off a placeholder in the format string, with...
The `debian/rules` [fragment for building documentation with sphinx](https://github.com/p1otr/pypi2deb/blob/master/templates/debian/rules.tpl#L10) is as follows: ``` override_dh_auto_build-indep: dh_auto_build -i ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) cd {{docs.sphinx_dir}} && \ PYTHONPATH=$(CURDIR) http_proxy='http://127.0.0.1:9/' https_proxy='https://127.0.0.1:9/' \ sphinx-build -N -E -T...
WebVtt is a format for subtitling videos and platforms like Microsoft Stream can accept one file per language to provide localised subtitles. Being able to edit/translate etc with existing tools...
I recently had the following experience with a journal: - we wrote our manuscript in LaTeX using minted for some syntax highlighting of code snippets - the journal wanted a...
The units for the CPU monitor incorrectly show Mhz rather than MHz. (The units for GHz are already correct.)
A couple of the examples in `README.rst` don't work as advertised. The most important is the one that returns `None` rather than the data structure intended: ```python >>> import pycountry...
(Builds on PR #99 "Batch reducer improvements" so cumulative changes are shown here until merging/rebasing is performed) This is a first experiment at adding a config file to control various...