You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't feel like a proper solution in my opinion.
Could a feature (callback) be added for initializing that executes between __init__(...) and reading the retrievers?
It'd still need access to instance and parent variables etc.
Thanks!
The text was updated successfully, but these errors were encountered:
Making a void Retriever at the very beginning to set repeat using struct.parent.value is currently the cleanest way to do this, although I admit it might not be the best, will look into potential solutions.
(We discussed this in DM too, so this continues on top of that) (URL to DM)
The only work-around that has been working is the following:
This code is inside the
__init__(...):
of the child struct:This doesn't feel like a proper solution in my opinion.
Could a feature (callback) be added for initializing that executes between
__init__(...)
and reading the retrievers?It'd still need access to
instance
andparent
variables etc.Thanks!
The text was updated successfully, but these errors were encountered: