James Brock
James Brock
> Is there considerations to create py('x' is already used, maybe 'm') file extension like jsx\tsx counterpart? No. We prefer to use Python as the declarative syntax. Inventing a new...
I don't think it's irrelevant, if this is the semantics that we want then it's worth doing. Right now what we have is “if an exception is thrown in the...
So the reason to do this PR would be so that async Tasks would fail obviously instead of failing silently, and that would be a better developer experience?
I just tested raising an uncaught `ValueError` in a `use_async` Task and it seems to behave the correct way: The Task ends and the rest of the App is fine....
The Inspector element `children` view has been very bugged for a long time. At least since v0.4.0.
https://doc.qt.io/qtforpython-6/PySide6/QtQuick/index.html
https://doc.qt.io/qtforpython-6/PySide6/QtQuickWidgets/QQuickWidget.html > The [QQuickWidget](https://doc.qt.io/qtforpython-6/PySide6/QtQuickWidgets/QQuickWidget.html#PySide6.QtQuickWidgets.QQuickWidget) class provides a widget for displaying a Qt Quick user interface.
What to do about `@component` elements though? If we have ```python @component def MyComponent(self, prop1): ``` then `MyComponent` is either - just a class that inherits from `Element`, so you...
> but what about defining 2 decorators? One is or regular component to get an `ed.Element`, and another is used to wrap the ed.Element into a function that is equivalent...
That sounds like a good idea.