Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Observable field initialization and dyn refactor #6

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Conversation

AlexMouton
Copy link
Contributor

Changes to address the existing Issues.
Added an "init" field to Dyn so that each Field maintains a static first value, an Observable of the initial validation of any set value, and the Observable<Observable> for user changes. Init is required to complete before user dynamic changes begin.

This also refactors Either and Vector to be more similar and simpler. And attacks Array for a lot of reasons as well.

A

…lidations must complete before dynamic behavior beings....could be too strict.
…Latest so we dont get hung up waiting for each element to emit before one can emit.
@AlexMouton AlexMouton marked this pull request as draft December 10, 2024 13:09
@AlexMouton AlexMouton marked this pull request as ready for review December 21, 2024 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant