Tyghe Vallard
Tyghe Vallard
I found this in the documentation for filtering issues ``` issues = redmine.issue.filter( project_id='vacation', subproject_id='!*', created_on='>
[This](https://github.com/nuagenetworks/nuage-kubernetes/blob/master/kubernetes-standalone-deployment/kubernetes-1-installation.rst) document contains the following instructions but there are no instructions on where to get these tar files(I have found various Dockerfile's and was able to build some of them...
Should be a simple fix to ensure that the reference fasta file does not contain empty lines. I'll likely fork the project soon anyways and will be happy to push...
Happens if any of the names in the Translate section have dashes `-` in them replacing the dashes with `_` or any other character will fix the file @mmelendrez ```...
test.jip ``` #!/usr/bin/env jip # # Test mutually exclusive options # # Usage: # test (-one | -two) ``` There is no error generated from running as follows ``` ./test.jip...
When building python classes and wrapping them with `@pytool` it throws an exception if you have init, setup or validate methods ``` for t in validate init setup; do JIP_MODULES=hello_world.py...
Just an FYI, this does not work in Linux as the shebang line will try to execute `"jip -p"` not `"jip"` `"-p"` The documentation references this quite often ``` #!/usr/bin/env...