anatoly techtonik

Results 330 comments of anatoly techtonik

Or do you mean that Dillinger doesn't have transitive storage and makes saves directly to Google Drive etc.?

> What about using more advanced terminal keys ? Parsing ANSI sequences for key presses is a dead way - it is slow, unreliable, and not compatible with shortcuts for...

In the meanwhile I am using this: ``` $ strace -e trace=file python -m trace --trace setup.py sdist &> fulltrace.log ```

Maybe there is a way to set a dynamic breakpoint on when any variable content becomes `"requires.txt"`? That could help too.

Port to https://github.com/nsf/termbox API?

What high-level API is needed for `pudb`? I see that uses 'loop' that is provided by any TUI framework. Is `urwid` strictly necessary? Maybe it is possible to replace its...

@asmeurer dialog box abstraction that is POSIX-only seems very weird. Are there any abstractions that can work across different low level TUI backends?

@asmeurer not sure guys want to mess with Windows internals - they have to port their inner loop and use Windows API. It is more effective to just build a...

Looks like with code from https://github.com/cool-RR/PySnooper it is possible to cover this.

Would be nice to have this as a dataset. The difference from table that it should allow to build a system that allows to select CPU and highlight which flags...