Adam Terrey

Results 6 issues of Adam Terrey

Requesting a feature that sets the process name for workers. So that when processes are listed in the system (like in the command "top") the kind of worker can be...

Is it possible to parallelise the building of parts? Could be a huge time saver. I think what would be needed would be to: 1. Some kind of next_part function...

enhancement

An ability to provide default values when no value is found. Perhaps something like `${section:var:default}` or `${:var:default}`: e.g. ``` [frontend] recipe = plone.recipe.command command = ${frontend:npm:npm} install ```

enhancement

Thankyou for this helpful spec. I would like to request an addition to the spec - an optional key "log" which would be a list of log data generated during...

In the `--help` it says ``` -q, --quiet Show only critical errors. (default: None) ``` However, when I run pelican with `--quiet` I get non critical output. ``` $ pelican...

bug

Getting an exception using this library... ``` ... File "/home/adam/v/tf/evenly/ws2/app/bloom.py", line 25, in get_bloom_filters green_bloom = ScalableBloomFilter.fromfile(infile) File "/home/adam/v/tf/evenly/ws2/buildout/eggs/pybloom_live-3.0.0-py3.7.egg/pybloom_live/pybloom.py", line 368, in fromfile filter.filters.append(BloomFilter.fromfile(f, fl)) File "/home/adam/v/tf/evenly/ws2/buildout/eggs/pybloom_live-3.0.0-py3.7.egg/pybloom_live/pybloom.py", line 216, in...