John Lunzer

Results 6 issues of John Lunzer

``` python SESSION_START_CONTEXT = locals() def diffContext(args, stdin=None): from builtins import __xonsh_ctx__ curr_ctx = {k:v for k,v in __xonsh_ctx__.items() if k is not '__name__'} diff_ctx_set = set(curr_ctx) ^ set(SESSION_START_CONTEXT) diff_ctx...

aliases

The background for this enhancement request is that there is interest from [a not-well-known but venerable python IDE](https://github.com/leo-editor/leo-editor) (for which I am a minor contributor) to implement a browser-based GUI....

type: enhancement
tag: ui

There is a way to get Bokeh plots to take themes. [This call](https://github.com/zoofIO/flexx/blob/master/flexx/ui/widgets/_bokeh.py#L95) to `bokeh.embed.component` in the Bokeh widget takes a `theme` argument. The passed argument needs to be in...

type: enhancement
tag: ui

There is a large section of code in `proc TclReadLine::tclline {}` that deals with glob substitution. This breaks the list expansion operator. This code: ```tcl set a [list 1 2...

I'm using this prompt: ```tcl set ::TclReadLine::PROMPT {\033\[36mtclsh-[info patchlevel]\033\[0m \[\033\[34m[file tail [pwd]\033\[0m]\]\033\[31m % \033\[0m} ``` It's very easy to test for long commands, I just type an 'f' character until...

Please release a new version on PYPI. Thank you.