Avram Lubkin

Results 40 comments of Avram Lubkin

Dropped 3.4 in https://github.com/jquast/blessed/commit/ffc90134a08f175e1dc07c6f5e94c019cedde759 3 downloads for 3.4 in the last month. However, it doesn't take out the code I mentioned above. We can probably drop it though since 2.7...

I think any help would be appreciated, though I can't guarantee how quickly we'll be able to respond to PRs.

Unfortunately, on Windows it's not as easy as listening for a signal. Basically you can periodically check the size of the console or listen for a [resize event on the...

@jquast Any thoughts on this?

For the first two, it looks like colors for vt220 on might be set for 24bit color, though I can't reproduce it. I think we picked that one expecting it...

Put in a fix for the second two in the #255. It basically just gates that specific assert if `move_right()` produces an empty string. Wondering if we should gate the...

I also ran into similar issues. File-based ccaches are not used as much as they used to be due to security concerns. I can mainly speak to Linux, where KEYRING...

Thank you for the pull request. What is the advantage of codespell over enabling the spell checking included in Pylint? In my own projects I use the spell checker in...

I started to look at enabling pylint spelling and it's definitely more work. More false positives that need to be accounted for in configuration, but it does catch all these...

Thanks for looking into it. Based on what you said it sounded like a workaround would be to add some code to the end of the module in order to...