Chad Smith

Results 185 comments of Chad Smith

Oh, hmm. Are you both using windows? It's been a while since I added that but my guess is there was no technical reason it wasn't done. I don't use...

Oh sorry I didn't know this was blocked on me. I have no objection to it and would be happy to review a PR, but I am not able to...

I see the source code for this tool has not been updated since 2018. Is it still worth including in the table? Is Zope still popular? I have not heard...

Thanks, edited

At this time the future of PEP 582 is unclear, but CI tests would be nice. https://discuss.python.org/t/pep-582-python-local-packages-directory/963/100

Thanks for filing this! I have not tested with python 3.7, but I imagine this is an easy fix. I’ll take a look when I get a chance. Which version...

That's a good question. It can be done with `xterm.attachCustomKeyEventHandler`. https://xtermjs.org/docs/api/terminal/classes/terminal/#attachcustomkeyeventhandler I did it in some of my other projects -- you can do something almost identical for this project:...

This is something the Python language itself needs to address. https://bugs.python.org/issue41663 If I had written the terminal client in node instead of python, it would work fine with the [`node-pty`](https://www.npmjs.com/package/node-pty?activeTab=readme)...

I just found https://pypi.org/project/pywinpty/, which might work. PRs welcome.

Hi just wanted to leave a quick note that I am aware of this issue, but haven't had time to fully read it yet and formulate a response. I am...