jenisys
jenisys
VERSION: curdling-0.4.0 (with: python 2.7 on MACOSX) When I install curdling into a virtualenv, the "curd-server" script is installed, too, but: - when I try to use it "curd-server -h",...
It would be useful to be able to configure/influence the location where downloaded packages and wheels are stored. Currently, "$HOME/.curds" seems to be used no matter what. Possible solutions: -...
`cmake` and `ninja` as C++ build tools can be installed as python packages by using `pip`. BUT: If I do that I seem to get a broken package (or some...
The type converter function signature should be changed to: ``` python def type_converter(text, match=None, match_start=0): # -- NEW: match_start : int = 0, # refers to the first group in...
Platform: Windows7 (64-bit) Problem occurs w/ portable Windows version (64-bit) and when I install via scoop. After unpacking zeal into a new directory and starting it from there: * The...
Platform: macOS Sultan version: 0.8.1 (git-clone of repo today) Failures occur w/ both Python 2.7 and Python 3.7. ```$ make tests ... FAIL: test_custom_executable (integration.sultan.test_api.SultanExecutable) ---------------------------------------------------------------------- Traceback (most recent call...
The MyST documentation describes the `{code-block} $LANGUAGE` directive/idiom and uses it in many places. Common Markdown already supports a simpler construct **Fenced code block with info string** that does the...
Running simple test w/ non-existing database results storage fails. ``` console $ multimech-run my_project ... loading results into database: sqlite:///results.db Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/Current/bin/multimech-run", line 9, in...
Currently, a new step is appended to the step registry (step category) when it is registered. This may lead to ambiguous steps during step registration, if the longest step text/pattern...
Using parse expressions without a type in a step text pattern in behave, can lead to: * bad step matching * ambiguous step matching resolution **REASON:** Typeless parameter matches anything...