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

disk activity with every key press? #187

Open
Ckosmick opened this issue Nov 1, 2023 · 5 comments · May be fixed by #190
Open

disk activity with every key press? #187

Ckosmick opened this issue Nov 1, 2023 · 5 comments · May be fixed by #190

Comments

@Ckosmick
Copy link

Ckosmick commented Nov 1, 2023

I'm on a machine with a fairly old SSD and I'm kinda concerned that this is going to needlessly waste what remains of its lifespan

@diamondburned
Copy link
Owner

That's interesting. How are you determining that? Do you know where it's writing to?

@Ckosmick
Copy link
Author

Ckosmick commented Nov 1, 2023 via email

@devlocalhost
Copy link

i can confirm this, with every key press, the led flashes (ssd)

@tfuxu tfuxu linked a pull request Nov 4, 2023 that will close this issue
diamondburned added a commit that referenced this issue Feb 11, 2024
@diamondburned
Copy link
Owner

06daa3e adds a new option that disables input persistence completely, instead saving it to an on-memory map. Does this work?

@diamondburned
Copy link
Owner

#190 changes the behavior to only persist on unfocus, but unfortunately, gotkit/app/prefs doesn't have a good way to have localized enum list preferences, so we'll have to use a boolean one.

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

Successfully merging a pull request may close this issue.

3 participants