Edward K. Ream
Edward K. Ream
See #4099. This will be one of two parallel PRs relating to #4099. *This PR will remain a draft until Thomas completes his layout work.* - [x] Add `show-layouts` command....
This is a speculative issue, with no firm milestone. Jupyter and IPython are likely the two most common front-ends to [SageMath](https://www.sagemath.org/index.html). Leo *might* become a killer app for SageMath *provided*...
I have spent many happy hours studying pyflakes and its tree traversal methods. This issue proposes several possible simplifications. It's fine with me if you aren't interested. **Overview** All the...
See #4356. - [x] Add `g.relativeDirectory` and corresponding unit test. - [x] Add `c.relativeDirectory`. - [x] Call `c.relativeDirectory` from the import logic. - [x] Test `c.relativeDirectory` by hand. Creating an...
This is an administrative branch that will record all changes done in Leo 6.8.5. This PR will remain a draft until Leo 6.8.5 goes out the door.
### The bug - Change a `.leo` file in leoJS. - Open the file with (desktop) Leo. The following crash happens for many (all?) previously visited nodes: ```console getDescendentUnknownAttributes Can...
This PR summarizes all changes made in Leo 6.8.8. It will remain a draft until Leo 6.8.8 goes out the door.
An experiment to see whether a pylint plugin could help pylint understand Leo more thoroughly. I have put this project on hold indefinitely.
flexx works with Python 3.13 and below in the [leo-editor](https://github.com/leo-editor/leo-editor) environment. With Python 3.14 it fails during startup as follows: ```console Traceback (most recent call last): File "C:\Repos\leo-editor\leo\core\leoApp.py", line 987,...