Skip to content

feat: best practice implementing intervals (#805)#865

Merged
tfrauenstein merged 1 commit into
mainfrom
intervals
May 6, 2026
Merged

feat: best practice implementing intervals (#805)#865
tfrauenstein merged 1 commit into
mainfrom
intervals

Conversation

@tkrop
Copy link
Copy Markdown
Member

@tkrop tkrop commented May 5, 2026

This pull request provides a best practice section on how to implement open ended intervals in Java(Kotlin/Scala), Go, and Python as an example for other languages.

fixes #805.

Signed-off-by: Tronje Krop <tronje.krop@jactors.de>
@tkrop tkrop self-assigned this May 5, 2026
@tkrop tkrop added enhancement no-zally-change minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call. labels May 5, 2026
Copy link
Copy Markdown
Member

@tfrauenstein tfrauenstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Thank you!

@tkrop
Copy link
Copy Markdown
Member Author

tkrop commented May 6, 2026

👍

@tfrauenstein tfrauenstein merged commit 5cf6299 into main May 6, 2026
6 checks passed
@tfrauenstein tfrauenstein deleted the intervals branch May 6, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call. no-zally-change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to implement intervals?

2 participants