hectorv
hectorv
What's your take on the styles that `yapf` ships with? https://github.com/google/yapf/blob/7e38e08e8986c8c376fbc81a6503a0242e7c4f35/yapf/yapflib/style.py#L321-L326 Is one of them closer to _The Elements of Python Style_? If not, it would be valuable to provide...
I would like to pass parameters to `jira create`, so instead of going over the interactive options: ``` ❯ jira create ? Project: Ops ? Issue type: Task ? Please...
Similar to what happens with `pytest-xdist`: https://github.com/pytest-dev/pytest-xdist/issues/271
While trying to import an existing job: ``` ❯ importer --job audit-users --output jenkins-ci-tf ``` I got ``` 2020/02/07 15:46:04 expected element type but have ``` which suggests that the...
Hi Ben, this project looks great! unfortunately it doesn't yet support the English Wiktionary: ``` In [63]: import wiktionary_parser.languages.simple In [64]: import wiktionary_parser.languages.de In [65]: import wiktionary_parser.languages.en --------------------------------------------------------------------------- ImportError Traceback...