Conversation
Contributor
Author
|
Note: at least on my dev machine, PySide6 is having significantly longer analysis subprocess start times (40ms -> 600ms). Since those processes all load in series, starting lyse can be a real pain (which it already is since each process has to import matplotlib anyway which takes 250ms). Anyway, need to dig in a little before merging to determine if this is really PySide6 fault or some other package in the environment that isn't identical. Edit: Culprit is the |
between PyQt5 and PySide6.
…alette color for their foreground when running PySide6. Not needed for PyQt5 since it uses a standard highlight color that always works with black text (the default).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requires labscript-suite/labscript-utils#119
PR also adds more detailed startup logging, with an eye towards diagnosing why initial startup behavior has gotten so slow of late.