Jim Anderson
Jim Anderson
**Describe the bug** I'm trying to walk through the example given here: https://ptg.bczsalba.com/pytermgui.html#combining-our-knowledge-to-create-an-application (and in earlier examples) and they all seem to have odd errors in them. For example, the...
Hi! I love the idea and am adopting it myself. I've created a script which will auto-generate the README.md file using the information already in the directory structure and the...
Just adding a note about the .conf file extension for exported files. Thanks again!
I sincerely apologize if I'm just missing something here. I'm trying to create a set of highlighters for a team. I've exported these to a file, but the exporter gives...
I believe the example program given in PEP 554: https://peps.python.org/pep-0554/#passing-objects-via-pickle has some issues. It's based on a zero value (`b'\x00'`) being a data terminator, but my attempts to recreate this...
The output generated on stdout has most of the correct output repeated (not all in my article). The output copied to the clipboard is correct.
It'd be great to improve the docs and figure out how to get a "docs" badge on the readme.
RP style guides use "almost-black" (grey?). Formatting with black would be good, but the "two blank lines between functions" need to be condensed into one line.
Frequently we need to capture the output of bash commands. This would be a handy extension similar to the repl. NOTE: Windows and mac support might be difficult for this
Currently markplates fails if double quotes are used in pycon sections. This should be allowed.