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

begin streaming before running selection setup #19

Closed
simonpcouch opened this issue Oct 8, 2024 · 2 comments
Closed

begin streaming before running selection setup #19

simonpcouch opened this issue Oct 8, 2024 · 2 comments

Comments

@simonpcouch
Copy link
Owner

There's a slight delay between clearing all of the current selection and streaming beginning to fill the selection in:

Currently, the addin clears the selection, calls $stream(), and then starts the generator. What if we called $stream(), cleared the selection, and then start the generator instead?

@simonpcouch
Copy link
Owner Author

Related to #15.

@simonpcouch
Copy link
Owner Author

The delay we see here is actually the package's .onLoad() loading available pals. Once that's happened once, this is much snappier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant