-
Notifications
You must be signed in to change notification settings - Fork 199
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
Pass function to preview when used as library. #394
Comments
I have a draft of this feature in works: #407 |
Set Just make sure to never return |
@denkuy This actually works pretty well and now my only issue is that it feels laggy. I assume it's because we're back executing on one thread again. It might just be me of course, but, have you resolved this? |
I've toyed around with enough to think this is a bug. @SachinMaharana @denkuy and @alexxbb, am I crazy? Have you found a better solution? I suppose maybe I'm trying to do something a little more intensive with Thoughts? |
Is there a way to pass a function to preview when used as library?
Currently i am using it as
I would like to pass a function(fn some(arg)) to preview. i did saw the docs but couldn't find any way to do it.
The text was updated successfully, but these errors were encountered: