Pavel Grochal
Pavel Grochal
I would like to open discussion for AMQP broker (RabbitMQ) implementation for a broker as recommended on HN (https://news.ycombinator.com/item?id=17656812).
Updated information in DOC - refering to problems in https://github.com/Parsely/streamparse/issues/216
Allow patches to be defined as dicts. This allows passing additional options for patch command. This was needed in past because patching file with CRLF endings requires use of `--binary`...
MakeCP is copying files in the install step. https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/generic/makecp.py#L71 When there are multi_deps specified, the install step is run twice (or generally multiple times), which will result in Error ("folder...
Help should return exit-code 0, since everything went as expected - printing help. This might be opinionated request, but could help SW maintainers to test binary call (eg. if on...
Hello, first of all, thank you for the awesome collection of updated addons. I'd like to report unintended behavior with "Add Product Pack" button, in the product_combo_pack. I'm using Odoo...
The SuperLU_DIST is build by cmake and tests are run as: `export ARGS="$ARGS --tests-regex pdtest_[12]x1_[13]_2_8_20_SP" && make test` which results in this call: `ctest --force-new-ctest-process --tests-regex pdtest_[12]x1_[13]_2_8_20_SP` *pdtest_1x1_1_2_8_20_SP* and *pdtest_1x1_3_2_8_20_SP*...