Wayne Werner
Wayne Werner
AFAIK (having been looking at curses/blessings/urwid/etc lately), I suspect it's that curses wraps a _lot_ of terminal functionality behind the scenes. As in, you could successfully use krill on a...
It looks like the Click library [handles ANSI colors automagically](http://click.pocoo.org/5/quickstart/#echoing). With an added bonus of making CLI parsing rather nice ;)
From a doc that the spec [links to](https://html.spec.whatwg.org/multipage/entities.json): ``` " ": { "codepoints": [160], "characters": "\u00A0" }, " ": { "codepoints": [160], "characters": "\u00A0" }, ```
This has been hanging around for quite some time @kennethreitz - any plans on merging it in? :)
Has this been abandoned or is there still progress happening to this release?
tl;dr - I think the code is probably correct but the unit tests for this module (not just this PR) are pretty broken. --- @Ch3LL / @sentient-glare - I went...
nice catch! I see what the problem is, and it was a case that we hadn't really considered - namely that folks would *want* a `default=None`. On the subject of...
Just for some flavor (and one I would recommend in an airgapped system) - it *is* possible to follow the instructions to build your own onedir (nee tiamat) package of...
> Question for the class... > > Why would `log.debug()` be a (somewhat relatively) expensive operation when not in `DEBUG` and using string interpolation with standard types? Without digging into...
Not really a review, mostly just a question/request for more information: How do we test that this actually will expose a memory leak? That is, what do we need to...