Björn Andersson

Results 8 comments of Björn Andersson

I have created a second version of the patch. The first version renders the diff like this: ![image](https://user-images.githubusercontent.com/29159747/53715887-7b19b200-3e53-11e9-80ad-330b198f3684.png) And the second version like this: ![image](https://user-images.githubusercontent.com/29159747/53715822-47d72300-3e53-11e9-8df7-7a9235ed9aa7.png) The difference is that the...

I have now added the additional option `diff-column-highlight` to tweak how the highlighting is applied.

Good point! I would argue that removing extra spaces is in general easier than removing + and - signs (auto-indenting should mostly do the trick), but I do get your...

@ffes There is now a new version to try out that only adds the needed whitespace :)

Oh, good catch! I took the liberty to include your code in the patch. I also figured out how to make the tests fail on whitespace-errors, and added test so...

I have looked into adding this support today. Unfortunately, I have not succeeded, and I currently think that I will take quite some effort to implement this support properly. The...

We have the same issue: that `python-can` finds _some_ things when searching for `etas` interfaces (virtual Kvaser and Vector devices my case), but not the physical ES582.1 dongle. When playing...

> did you install both the newest x86 and x64 version? Yes, I created separate virtualenvs with 32 and 64 bit Python-3.9. I only have the 64-bit BOA installed though...