goodboy
goodboy
@arxra :tada:
@tweekmonster yeah I'm not sure I follow. >so it's correctly (questionable) indenting what it thinks is the function body. `@` syntax does not necessarily mean the next line will be...
@tweekmonster cool sounds good. Not sure if I'll be able to dig any sooner then you but I appreciate at least getting this on the backlog :+1:
@tweekmonster I like your thinking regarding how `[[` and `]]` *should* work in a braceless language. So then my question is whether having a way to jump between *top level*...
>After I got the sense that I made the scope of this plugin too big, I stopped adding new maps since there's only so many keys available. Well then maybe...
@tweekmonster hmm. I really like using `()` but my concern would be with how it translates to other braceless languages... Also maybe I'm blind, but where is *unimpaired.vim* using `[t`?
Been doing lots of digging as part of #129 and dumping some links: - `ptk` has utils for [not clobbering stdout](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/c2c6af8a0308f9e5d7c0e28cb8a02963fe0ce07a/prompt_toolkit/patch_stdout.py) which would be super handy for having multiple actors...
Relevant links from `ptk`: - options for doing this in a `tmux`-like app: prompt-toolkit/python-prompt-toolkit#1087 - [mention](https://github.com/prompt-toolkit/python-prompt-toolkit/issues/509#issuecomment-303994813) about using IPC to ship ANSI output - [further discussion](https://github.com/prompt-toolkit/python-prompt-toolkit/issues/502#issuecomment-492831596) around capturing the output...
Follow up from prompt-toolkit/python-prompt-toolkit#1204: - @jonathanslenders tried porting `ptpdb` to [ptk 3.0](https://python-prompt-toolkit.readthedocs.io/en/master/pages/upgrading/3.0.html) and it's [looking a bit rough](https://github.com/prompt-toolkit/python-prompt-toolkit/issues/1204#issuecomment-675125920). - we may instead want to look at hacking `ipython` core to...
Partially solved by #194 (in terms of avoiding issues with cancellation once inside `pdb`). Relates heavily to #193.