Karl Palsson
Karl Palsson
I take it #59 is also why we can't scroll back up and see earlier output? Even just not clearing the screen so i could use my terminal scroll buffer?
Thanks, that works!
:+1:
Should be just a matter of telling git how to use diff right? like done here: https://github.com/jotux/eagle-diff/blob/master/readme.md#add-this-to-your-gitconfig
so, what I've got working is... in ~/.gitconfig ``` [difftool "eagle"] cmd = eagle-diff -f -d 100 --eagle /home/karlp/tools/eagle-tastic/bin/eagle $LOCAL $REMOTE ``` then ``` git difftool -t eagle rev1 rev2...
It wasn't that bad :) I've seen substantiallllly worse little projects ;)
This would ~solve the core issues in https://github.com/stephane/libmodbus/issues/231 and https://github.com/stephane/libmodbus/pull/344 The following issues could then become "trivially" implemented in user code, instead of requiring library mods to function at all....
I'm not a big fan of server/client as replacements as it muddies the water on which is the server. Is the old slave the server? It is in a pure...
Running into this again, how are we going on getting this into a released version?
Quirk is good for me :) there's a few things that could be covered...