Edward K. Ream

Results 70 issues of Edward K. Ream

First described [here](https://groups.google.com/d/msg/leo-editor/HZt3LOC1Fvk/1CSNRxVuAQAJ). This script will test Leo's config code, both existing and proposed. Speed is not an issue. The script may write to an external file, for comparison with...

Enhancement
Delegated

This item has gotten unwieldy. I've moved most notes to leoDist.leo.

Enhancement
Pip
Delegated

Trying to upgrade to flexx 0.8, on windows 10 I get the following: ``` > conda install flexx -c conda-forge Collecting package metadata: done Solving environment: - The environment is...

type: question

The flx.Widget docs mention [_render_dom](https://flexx.readthedocs.io/en/stable/ui/widget.html#flexx.ui.Widget._render_dom), but this is Greek to me. Earlier on the same (Widget) page is this generic example: ```python def _render_dom(self): # This method automatically gets called...

type: enhancement
tag: ui

The code in flexx issue #312 does not work in a flx.Widget that wraps an ace editor, as shown in the [ace editor example](https://flexx.readthedocs.io/en/stable/examples/editor_ace_src.html#editor-ace-py). True, this is not really a...

type: question

I get this message during startup. It goes away after the server starts. Yes, this message is a nit, but imo, it would be smoother not to see this message....

enhancement

Focus remains where it was. If possible, it would be good to select the first button (without executing it :-)

enhancement

Vs code already supports abbreviations via plugins, but leoInteg should (somehow!) support abbreviations that create trees.

enhancement

See PR #2883. **This issue is on indefinite hold**. Supporting both Qt5 and Qt6 prevents mypy and pylint from doing thorough checks. The result is the dreaded software rot.

Enhancement