Daniel Hahler
Daniel Hahler
The solarized theme in LilyTerm has been fixed, this issue should be fixed.
This appears to be a bug in LilyTerm. From the awesome bug report: > Reason for closing: Not a bug > Additional comments about closing: Let's start with quoting the...
More information from the awesome bug report: > This has nothing to do with size hints. If some magic settings\* are enabled, LilyTerm considers itself to be smarter than everyone...
I am using functions to change the window/tab title automatically, and think that it's a bug that LilyTerm prevents automatic title changes when `-x` is being used. While it works...
I've been running into this issue myself (see #72). That being said, maybe the default could be changed? And this issue could be closed, apart from that.
This issue can be closed: the feature exists already, and it has been pointed at above.
@quadpixels That sounds very useful! Could you create a pull request (from a separate branch in your fork) for this? This makes it easier to discuss/review/test the code.
> Do you use it? Yes, but mostly for debugging/developing. I've just created https://github.com/nedbat/coveragepy/pull/677 - where this is included already (without the tests).
Just for reference, this was changed in 80cf759 (to fix https://github.com/nedbat/coveragepy/issues/526). What does the spec / XML format say in this regard? I could not find this quickly, but came...
> On some systems (such as PyPy3 on Gentoo), distutils' `data` path is not `sys.prefix`, which means that we cannot rely on relative paths. Can you elaborate on this? I'm...