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
Is your feature request related to a problem? Please describe.
Acons are harder to debug and to be validated on the user end.
Doing a class based solution would allow us to use validations for example with pydantic and have a better flow as a developer and allow the use of a debuger Describe the solution you'd like
This is a rough sketch (classes I used here don't make much sense) just to get the idea but something along this line of
thanks for opening the idea for a new Feature and for the sketch/suggestion 💯. This is definitely something that I feel would make lots of sense and I have been having it on my personal backlog for a while, but which did not collect enough interest or demand to pursue, for now.
The idea would always be to keep the current approach, but also provide an additional interface (along the suggested lines). We actually already have some of the ingredients there, so the work needed is really on this "interface" solely.
I will keep this open, so that we can collect more interest or even ideas until we have enough capacity to take it. Otherwise, please also feel free to contribute and I can help you out if you face any problems or want to discuss it further.
Is your feature request related to a problem? Please describe.
Acons are harder to debug and to be validated on the user end.
Doing a class based solution would allow us to use validations for example with pydantic and have a better flow as a developer and allow the use of a debuger
Describe the solution you'd like
This is a rough sketch (classes I used here don't make much sense) just to get the idea but something along this line of
As oposed to full acon based:
The text was updated successfully, but these errors were encountered: