Mischa Krüger
Mischa Krüger
[Our build system Travis](https://travis-ci.org/coala/coala-bears/jobs/189849476) has problems to install `language-check`: ``` ---------------------------------------- Failed building wheel for language-check Running setup.py clean for language-check Failed to build language-check Installing collected packages: language-check, munkres3,...
Hi :) I tried to install an lpf package (mscore-fonts) from inside my university net that sits behind a proxy. It appears that this is the issue, as downloading the...
So passing this ```python {'E': RESULT_SEVERITY.MAJOR} ``` or this ```python {'e': RESULT_SEVERITY.MAJOR} ``` makes no difference. `difficulty/low` so newcomers aren't confused about what this issue tries to achieve and this...
https://github.com/coala/coala-bears/blob/master/bears/general/FilenameBear.py#L74-L75 should be moved to https://github.com/coala/coala-bears/blob/master/bears/general/FilenameBear.py#L49. The condition comes way too late and can be executed earlier^^ This is the relevant code (in case the links do not point to...
Currently `requirements.txt` specifies `coala` as a requirement using git-URL syntax. However, not the most recent master is taken from that URL for installation, but the most recent release on PyPI....
In section ** Repository Consumption Universe Server Run Universe Server ** The full path should be mentioned, this saves a `find -name marathon.json`.
When initializing my activity which uses a `MathView` with MathJax, it renders a few times until the final rendered results is ready. This looks a bit ugly as especially the...
I hit the same limitation as described in #921. I use normally-closed switches for my experimental setup and needed to change the `active_state` parameter of `Button` to something else while...
https://github.com/coala-analyzer/documentation/pull/78#issuecomment-241818795 tamj0rd2 shall not be able to merge the stuff, he has no write privileges. This is quite critical as this is imposes a security issue^^
You need both to include them in your project, they are not useful on their own. Find a way to merge those options together into a single `EMBED` option. Maybe...