We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I run multiple modules at once I would like to see the status of each one as it completes. See this video which shows the problem. https://www.loom.com/share/892958a307874d0ca94a4e3b762ea865
The text was updated successfully, but these errors were encountered:
Yes, I've been aware of this since the beginning. I think it is because everything is running in a tight loop and the UI never gets a look-in to refresh itself. It looks like the processing should be put on another thread or use BackgroundWorker: https://stackoverflow.com/a/573270 https://stackoverflow.com/a/3587983 https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.backgroundworker?view=net-7.0
Sorry, something went wrong.
May need coordination with #47.
No branches or pull requests
If I run multiple modules at once I would like to see the status of each one as it completes. See this video which shows the problem.
https://www.loom.com/share/892958a307874d0ca94a4e3b762ea865
The text was updated successfully, but these errors were encountered: