Edward K. Ream
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...
This item has gotten unwieldy. I've moved most notes to leoDist.leo.
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...
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...
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...
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....
Focus remains where it was. If possible, it would be good to select the first button (without executing it :-)
Vs code already supports abbreviations via plugins, but leoInteg should (somehow!) support abbreviations that create trees.
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.