Matthew Kennerly

Results 281 comments of Matthew Kennerly

Thanks, it does look like the memory usage is ballooning when Ludusavi parses that registry.yaml. I see it spiking by ~1 GB in Task Manager. I'll try to find out...

This should be fixed in the next release by the changes from https://github.com/mtkennerly/ludusavi/commit/e535f6a9829e9917ece7d845f7a9a91412789f88. I've changed the registry backups from `.yaml` to `.reg` format, which has some side effects: * Unzipped,...

Steam is probably running the command with a limited `PATH` environment variable. I think the easiest solution would be to use an absolute path instead of just `flatpak`. Could you...

That's strange. I would've expected a permission error rather than not recognizing the path at all. Could you give this a try and see what happens? * Download the non-Flatpak...

> I tried your suggestion and it launched! *Yay* Nice 🎉 > I would love to either set a default to always backup and restore I've just added a `--force`...

1. Agreed, but this is blocked on https://github.com/iced-rs/iced/issues/1285 . Another option might be a multi-line text input ( https://github.com/iced-rs/iced/issues/320 ), although that hasn't been released just yet. 2. That's a...

Multi-line backup comments will be coming in the next release! The cursor issue still applies to other single-line inputs (for now), but hopefully those aren't as bad since they're often...

Hi! Thanks for the detailed report. Unfortunately, I'm not really sure what could cause this, especially since you're using the standalone version and not Flatpak (which has more restrictive permissions)....

Hi! Thanks for your PR. As we discussed on Discord, I'll look into refactoring this and fleshing it out. I think some of this logic probably belongs in a lower...

Implemented in 753a91878b031ea6e6a65fc0f977bf90ff6ea7b3.