-
Notifications
You must be signed in to change notification settings - Fork 878
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
Add generic Lag primitive #2252
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2252 +/- ##
=======================================
Coverage 99.32% 99.32%
=======================================
Files 148 148
Lines 17657 17706 +49
=======================================
+ Hits 17537 17586 +49
Misses 120 120
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to discuss any of my comments in more detail if that would be helpful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one last minor comment, but once the linting is fixed and the CI passes with the latest changes from main
, I'll approve.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, assuming CI tests pass.
Pull Request Description
Resolves #1781