Christian Stadelmann
Christian Stadelmann
@dkopecek, @tweksteen : Is there a place where you collect common troubleshooting info? Or should I open a wiki page for that?
Also, have you checked SELinux?
> Regardless, if you see `foobar_video_drv.so init failed` errors, when reporting that to the respective "foobar" driver would be the right step forward. Where would the `i965` driver reside? Is...
> I think if you're going to take the time to clean it up, then we should add some tests to travis to enforce it on new code too.. otherwise...
> I'm still very against an 80-character limit. I don't mind sensible code style that helps readability, but sometimes it just gets in the way. So, is a 100-character limit...
With pycodestyle (formerly called pep8), I'd like to ignore these "errors" for now: * E241 – multiple spaces after ‘,’ * E265 – block comment should start with ‘# ‘...
> One of the problems with these massive patches that touch almost every file in the source tree is that they generate artificial conflicts when merging any branch from the...
Out of the list of default enabled fixers of `autopep8`, these are not applied in exaile source yet: * W291 trailing whitespace (#374) * E712 comparison to True should be...
@sjohannes , @virtuald , @rokm : Could one of you please review these changes a bit, please?
I'd go for the last solution if that works out.