Elmar Pruesse

Results 91 issues of Elmar Pruesse

It would be nice to be able to do *add* parameters to a wrapped function, rather than just removing: ```python def add_arg_extra_arg(func): @wraps(func) def wrapper(*args, extra_arg=None, **kwargs): if extra_arg is...

Is there a(n easy) way to have aria2c terminate itself after all downloads have completed AND have the RPC server active? Also - it might we worth documenting that `--enable-rpc`...

There are situations in which disabling input/output widgets is the best way to keep the user informed about possible actions, effective/applicable settings and possible outputs. This includes "graying out" the...

If I understand correctly, `plan(tweak(multicore, workers=8))` means that the first nesting level gets 8 parallel threads and the second nesting level gets no parallelism. I could hard-allocate threads to each...

feature request
Backend API

Hello, The most recent version of rvtests switches from a classic dot-style versioning scheme (2.0.7) to a date-style versioning scheme (20181226). Is that intentional, or did it happen in error?...

### Description of bug In file `sambamba/sambamba.py` line 93: https://github.com/ewels/MultiQC/blob/45ce9ae0160c38e250e3e0e4a9335adc5af26b6b/multiqc/modules/sambamba/markdup.py#L93 A simple `try/except` should do it. May want to check every place in every module divisions occur. If you have...

module: bug

Bootstrap 4 allows unsized columns (equal width), naturally sized columns (auto), vertical alignment of column content and horizontal justification of columns. This concept PR would add two functions to set...

I'm seeing an approx 1 in 4 segfault after processing on MacOS using the 4.8.1 build 2 package. LLDB output: ``` thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS...

I've got a collection of (older) devices running the WallPanel app to display the dashboards having various resolutions and aspect ratios. Maintaining different dash-es for each of them is rather...

enhancement

I reproducibly get the below error with 3.14.0 and 3.14.1: ``` 0:00:41.211 85M / 6G INFO General (path_extender.hpp : 894) Processed 150 paths from 493 (30%) spades-core: /opt/conda/conda-bld/spades_1596699678396/work/src/common/modules/path_extend/paired_library.hpp:131: double path_extend::PairedInfoLibraryWithIndex::...