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

Provide an option for chunking based on a signal to include empty chunks #247

Open
tachyonics opened this issue Jan 27, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tachyonics
Copy link

For sequences that chunk based on a signal, the signal will be effectively ignored if no elements were received since the previous signal. Adding an option to pass an empty chunk on such a signal would be useful, particularly for use cases where you want to detect and report on the absence of something regularly happening.

An alternative approach would be to make this the default behaviour since there are other mechanisms that can be used to compose a sequence that only produces non-empty chunks.

@FranzBusch FranzBusch added enhancement New feature or request good first issue Good for newcomers labels Sep 21, 2023
@EngOmarElsayed
Copy link

I could like to work on this issue, Can you provide more context on how to start and which part you want me to enhance ? @FranzBusch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants