Tom Ballinger
Tom Ballinger
Work could proceed on this, just assume Blessed has cursor query by using https://github.com/thomasballinger/blessings/tree/cursor-query
A possible UI approach is "getting into your text editor as quickly as possible," hmmm.
From my perspective, doing this might be helpful in common cases but would be inconsistent with other Observable embed tools, so might confuse users familiar with choosing Observable cells in...
On Twitter I called this technique clever and I stand by that, but it's also not guaranteed by the API that cells will be rendered in this specific order. Including...
That'd sure be cool. There are some layout assumptions bpython-urwid makes that would need to be tweaked at minimum, and maybe some other assumptions that don't hold. Trying bpython-urwid in...
Beyond some Python docs infrastructure, hooking up a web REPL to the WASM Python build, which accepts query parameters for lines of code to run ahead of time (and possibly...
Since I'm trying to imitate xterm, I was planning to support the opposite, but not do any linewrap. I'm also looking into how to test linewrap because I'm working on...
I'd love to have wasm-interp exposed, or really I want an interpreter object that I can call .step() on.
I've been using the Python api, here's the helper I'm currently using: https://github.com/thomasballinger/rlundo/blob/master/test/tmux.py#L58 Waiting for the prompt to appear (when it can be predicted) is the approach I'm using now....