Jeff Quast

Results 220 comments of Jeff Quast

``` python import pkg_resources pkg_resources.get_distribution("blessings").version ```

I think this can be settled by viewing the sourcecode for tputs.c, which affectionately mentions my favorite game, nethack :-) http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libcurses/tinfo/lib_tputs.c?rev=1.12&content-type=text/x-cvsweb-markup So some terminals, you can simply send null (0x00),...

(I am not the project leader, only a minor contributor so far, but you deserve some reply) Probably not a good addition for this project: blessings is meant to be...

It is nutty, but I could implement the query cursor position sequence report & read for terminals where is_a_tty is True. You send the sequence and wait for a period...

I really think you'd like my blessed library which supports this kind of pattern (as well as 24-bit color and all X11 color names, such as "darkolive", etc.) https://blessed.readthedocs.io/en/latest/colors.html Anyway...

Dear maintainer(s): Would a PR to use a 3rd party "retryable" decorator, https://tenacity.readthedocs.io/en/latest/ be accepted?

This is a new one to me, yes, if iTerm and libvte-based terminals support it, then so should wcwidth! Thank you

Multi codepoint emoji's covered in #39, zero-width joiners are sort of in 2 different issues.. Yes, Unicode 6.0 was so much easier when this project started :)

Thanks for this, this all seems sensible. I will have this PR merged for next release with #61 I was just working with pkg_resources in my day job so I...

I was thinking of a new function `wcwidth.length()` in next release that just "does its best", but never returns -1. In this case, string containing `\n` would measure as 0,...