René Fleschenberg

Results 47 comments of René Fleschenberg

It "mostly" works, but Karma isn't able to start a browser on travis: ``` 28 07 2016 14:33:24.545:INFO [karma]: Karma v0.13.22 server started at http://localhost:9090/ 28 07 2016 14:33:24.552:INFO [launcher]:...

IMHO it is ok to let the user handle this, e.g. by adding a `pre_task` that removes the existing certificate if desired.

Installing with pip is not supported by certbot. The current PyPI package is broken. The certbot developers recommend to install from backports on Debian Jessie: https://github.com/certbot/certbot/issues/5015 So, it seems that...

I don't want to promise anything, but I will try to find the time to start a PR this weekend.

If you have software that expects the certs to be in a specific location, just symlink them.This works as long as the software has the necessary permission to read the...

That would be a possibility. I usually have a flake8 check as a separate step in CI, so that CI can fail early if there are flake8 problems. But I...

After a quick look at https://pypi.python.org/pypi/pytest-flake8, I wonder what the benefit of this plugin over just running flake8 directly is.

It's ok if you close it, but I'd prefer to keep it open, but as a low-priority, "maybe if I have time" kind of thing :)

I'd prefer to read these from `.editorconfig`, unfortunately that's not supported with my current setup. I should probably modernize my Vim setup. Time constraints :(

Maybe we should consider using https://www.transifex.com.