-
-
Notifications
You must be signed in to change notification settings - Fork 305
Rewrite entire backend #3830
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
base: main
Are you sure you want to change the base?
Rewrite entire backend #3830
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Marking this file as TODO for me to deal with later. I'll either hack up a helper for it or do it in Python, and make use of landlock.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll see if I can't figure out how we can use the portal in create_desktop_entry
here.
It makes no sense to have the backend configure the logging mechanism. Instead, the frontend should modify the behavior if need be. The backend will just use the `logging` module without configuring anything substantial.
It's not even being used anymore.
d27dbbd
to
4089e62
Compare
Description
Perceptibly, this is probably 100× faster (without exaggeration) than what we currently have:
2025-01-21.08-53-58.mp4
The following commits were removed from this PR, but they'll be referenced in future commits:
This also supersedes #3719.