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

While nodes with iteration & UserFromUserRef #32

Merged
merged 8 commits into from
Jul 1, 2024

Conversation

paradoxical-autumn
Copy link
Contributor

Heya! I've finished my first contribution!
This PR adds:

  • WhileWithIteration, a ProtoFlux node identical to While but with an output for i
  • AsyncWhileWithIteration, same as above but async!
  • UserFromUserRef, this one was just a personal pain of mine :3

Closes #26

@paradoxical-autumn paradoxical-autumn marked this pull request as draft June 27, 2024 19:43
@paradoxical-autumn
Copy link
Contributor Author

agh! i forgot to test one thing!

@paradoxical-autumn
Copy link
Contributor Author

my testing has proved that i accidentally started indexing at 1, rather than 0

@paradoxical-autumn paradoxical-autumn marked this pull request as ready for review June 27, 2024 19:53
@Xlinka Xlinka merged commit fb8fe73 into Xlinka:main Jul 1, 2024
1 check passed
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.

Add Iteration output to While and Async While nodes
2 participants