Sebastian Herrlinger
Sebastian Herrlinger
If you could check once if it's running fine and updated I can create one release that can be used. I'd decouple that from npm releases then it will stay...
@msmps @Adictya can you weigh in here for the framework packages?
Sure, seems like it makes sense. Shouldn't break current behavior and tests, right?
Mhh an onDestroy callback like on the renderables could make sense. It needs to be try/catch wrapped though so when something goes wrong in the callback it does not prevent...
Thanks for looking into this. This makes sense. Only thing I need to work with this is the `engine` for the Timeline. We could just let the renderer have an...
Nice, I'll take it for a quick spin in the morning and check what I need to do for opencode, but this should be fine.
Sorry I've broken this
That is confusing me as well. However the `global.console` replacement is capturing everything into a buffer, while the "override" just wraps the log/info/warn/error methods and caches it for display. One...
How does the layout for this look like? If the texts are in the same parent in a row it should ~~truncate~~ cut off the text, when using a TextRenderable...
The new linear default should be better in this case though in the latest version.