wysiwyng

Results 4 issues of wysiwyng

When trying to do call `Lark.save(f)` on an earley parser, this exception is thrown: `AttributeError: 'XEarley' object has no attribute '__serialize_fields__'` To reproduce: ```python from lark import Lark grammar =...

enhancement

This adds a crude quicksave/quickload feature to all emulators. Pressing SELECT and Down saves, SELECT and up loads.

See e.g. https://github.com/tum-ei-eda/etiss/runs/3995739155?check_suite_focus=true#step:5:28 . The documentation of the GitHub action used to create comments says we need to add a private access token of an account with access to the...

The recent refactors in commits 703496305039bc6d4ee0f7e8f0facce462a3a03a, 3707c2718e83e784e18b9ca8774e9614d7e02b82, f7c8080f5c580b99e56526eb9c67d61d3d324058, da3c851d2cf0b2f676c822ddf9efee7892b8aa51 cause massive issues in parametric models depending on the renamed parameters being available. I have a parametric gearbox model that can...