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

utils.controls: new component Digest #162

Merged
merged 8 commits into from
Oct 2, 2024
Merged

Conversation

DavidDurman
Copy link
Member

image

@vtalas
Copy link
Contributor

vtalas commented Sep 13, 2024

test:

flow https://my.qa.appmixer.com/designer/f41f62c9-f4d3-4fa2-bab3-62ecb5cc2cb5/7f7ffa5c-a36d-4755-86e1-39ccb8b258b7
image

input
image

flow interates through the input array values, Digest has the threshold set to 2, output type: one at a time

results:
values 11111... and 2222... get duplicated:
image

The lock should be implemented to prevent this behavior

@vtalas
Copy link
Contributor

vtalas commented Sep 13, 2024

the index on the output:
image

It's the index within the threshold, shouldn't be better to implement the total index instead?

@DavidDurman
Copy link
Member Author

Lock: implemented.
@vtalas I don't see how "total index" would be useful? The index is just the standard index we have for array-type of outputs.

@vtalas vtalas merged commit 0572b37 into clientIO:dev Oct 2, 2024
1 check passed
@vtalas vtalas changed the title utils.controls.Digest utils.controls: new component Digest Oct 2, 2024
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.

3 participants