Thomas Kluyver

Results 897 comments of Thomas Kluyver

I'm not quite sure what you mean. It's not meant to close the connection when the terminal is idle. You don't know when some output might arrive and need to...

I thought that was just an error, not a feature ;-). We use terminals in Jupyter, and we have this code in a subclass to track when a terminal was...

Tab and up arrow both work for me in the demo. Do you see the issue in the demo, or is it related to whatever you're integrating it into?

When pressing tab/up arrow? Or is that unrelated to the problem in this issue? Is it readily replicable?

I am able to use arrow keys and tab in vim on my system (Linux, Firefox, British keyboard).

Is there a standard protocol for how xterm.js expects to talk to a server? If so, maybe we could adapt terminado to use that rather than the custom protocol it...

I've always understood that the separate licence field is only meant to be used when you can't describe the license with a classifier, which we can.

Thanks, I may do that once 1.0 is official.

I'm happy to in principle, but it may be a long time before I get to it, so if anyone else wants to do it, don't wait for me.

TOML 0.4 only allowed datetimes with timezone information attached - what Python calls a "datetime aware" datetime. When you dump a "naive" timezone, with no timezone info, it looks like...