Erik van Blokland
Erik van Blokland
Could it be: `DesignSpaceEdit` has a traceback while installing. Therefor it doesn't fully come to life, and then there is nothing for `ExtensionBundle ` to find? Even with the old...
```python from pathlib import Path import glob from mojo.extensions import ExtensionBundle DSEBundle = ExtensionBundle("DesignspaceEditor2") dsePath = Path(DSEBundle.path) pattern = dsePath.parents[0].joinpath("Design*") editors = glob.glob(pattern.as_posix()) if len(editors) > 1: print("Multiple DesignspaceEditor extensions...
I really like the idea of being able to approach margin values at a specific height. But that means there needs to be a way to record those heights somewhere...
`sparse` would work.
FWIW, mutatormath had provisions for muting all the different types of data.
It's looking for a name in a dict?
Analysis of the bug is indeed not complete, it was not possible to make a neatly isolated testable thing. However, some progress. Note 1: maybe I misreported `anchor` rather than...
It should definitely cause a refresh of all sources. I noticed it wasn't living up to expectations but I haven't found it yet.
Reminder to self, it is still necessary.
'Set as default', when selected by accident, could potentially break many things. Which, if DSE had undo might be manageable. But it doesn't.. And how far would it go? Change...