-
Notifications
You must be signed in to change notification settings - Fork 34
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
bambda does not auto-refresh inscope only #88
Comments
Hi Could you provide some more information on the behavior you are experiencing, please? If you have an example Bambda, that may be helpful to include. |
After updating the scope, it is always necessary to manually update the bambda expression to refresh the history var inScopeOnly = false; if (inScopeOnly) { return true; |
Here's a link to the video I recorded, which I can't upload here due to github size limitations https://drive.google.com/file/d/1YjJFL5oo_IOmR-0hWWRLB8AA_jLBbAyx/view?usp=sharing |
Thanks for the description and the video! I've tested this with a simple Could you check this and confirm that you see the same behavior? |
Sorry it's probably my other bambda expressions that are interfering with the run, I can't reproduce it at the moment |
Hi !
I found that setting scope only when using bambda does not automatically refresh the history.
The text was updated successfully, but these errors were encountered: