kiilerix
kiilerix
> Wider key sizes will make most layouts unreadable on default terminal widths. Yes, it will often make it wider than 80 characters. I don't know if 80 still can...
I rebased and changed the code so it keeps the existing key width. The PR is thus only cleanup and fixes.
Yeah, that would perhaps be helpful. Especially if the thread can be tracked all the way from the request comes in. Once you know it, it is quite trivial to...
Thanks. Let me know if you have questions - I might have stared at it so long that I fail to see what isn't obvious.
@x42 - a gentle ping ;-)
Thanks. A question and a comment: * Why should ptformat remain disabled by default? * As far as I know, this fixes the unit tests. With this change, gtk2_ardour/artest covering...
> > Why should ptformat remain disabled by default? > > Because the feature is still in beta and also potentially problematic for some GNU/Linux distros. I think it would...
2cfc013b made some changes in the area of this PR. That seems to have solved the problem of using sessions with a non-default superclock rate. It doesn't solve the problem...
Also reproduced with libsndfile built from git 77acc6d3623b06c75461a8bfdeff0066278c2eea: ``` $ g++ -Wall -Wextra -g test.cc ./src/.libs/libsndfile.a -lFLAC -lvorbis -lvorbisenc -lopus -logg -lm -o test && ./test path: 12 ORGAN R.flac...
It seems like the problem is in xiph flac: https://github.com/xiph/flac/issues/276 ...