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

[BUG] Login from lock-screen is slow when this extension is enabled #257

Open
knobo opened this issue Aug 20, 2022 · 1 comment
Open

[BUG] Login from lock-screen is slow when this extension is enabled #257

knobo opened this issue Aug 20, 2022 · 1 comment
Assignees
Labels

Comments

@knobo
Copy link

knobo commented Aug 20, 2022

When I disable this extension, the login completes without delay.

@aaronjamt
Copy link

I have the same issue, I looked through the code and found that it calls a Python script many times (10+ on my machine), each time having to start a Python interpreter, run the actual code, and exit (which combined takes a lot of time). This should be solved with #262, please take a look and see if it fixes your issue.

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

No branches or pull requests

3 participants