Erik van Blokland

Results 161 comments of 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...

FWIW, mutatormath had provisions for muting all the different types of data.

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...