Talley Lambert
Talley Lambert
thanks for chiming in @ndxmrb, it definitely helps to know what features people would like to see implemented! I'll look at reviving that PR, as I'm also still interested in...
@brisvag, you expressed interest in this a while back. Not sure if it's still something you care about, but have a look at the API above if you're inclined. @Czaki,...
K thanks. This was mostly focusing on the models themselves... I'll go back and check all the evented containers too. (We do eventually want them to work)
ok @brisvag, evented containers should be working now. Added a test at `test_nested_containers.py`. Note also that EmissionInfo objects now have a `flatten()` method, so your example, updated, would be: ```python...
(todo: bubble up from evented containers inside of evented containers)
> How does one enable this for EventedModel? with patience young padawan :joy: 🧘
> Great! How does one enable this for `EventedModel`? a more general and less sarcastic answer: There's a bit of a divergence in the psygnal codebase at the moment. all...
> but I guess this is about computed fields? Exactly, pydantic v1 didn't allow `@property.setter` at all. You would get `ValueError: object has no field ...` when trying to set....
mostly a note to self: this is more or less ready to go, but i want to reconsider what we're putting in the `loc` field, particularly for child events of...
@jni, the primary thing that I need to decide here is the API of that `loc` parameter. it's a little bit overloaded at the moment, with a different meaning for...