Kim Lindberger
Kim Lindberger
60Hz feels extremely sluggish and unresponsive in contrast to 120Hz. Battery saving measures are already handled outside the app, where enabling `Power saving mode` lowers the refresh rate to 60Hz.
Before I got the update to Android 12, I used to run maps.me with AutoHz to force the framerate to 120Hz, which worked fine. The animations were perhaps a bit...
Oh, great! Maybe we should just include the whole `javascripts` folder to be on the safe side? That way we catch any future generated artifacts as well. I'll push a...
Okay, I've updated to **2.9.0.beta9** and squashed the change now.
Dropbox has some filesystem checks in place and only allows a few specific file systems for the `Dropbox` directory, the `.dropbox` and `.dropbox-dist` ones should be fine, though. I've solved...
Hi! That prompt isn't specific to impermanence. It's still possible that setting up bind mounts and symlinks is what's causing a slowdown when you're activating a new generation, but this...
This would be a bit more complicated with #70 in place, where paths in `users` shouldn't start with a slash, so user paths would have to have a different type/check....
I think the issue might be that you're persisting `.config`. That's probably not a good idea, since it contains data generated by home-manager, such as the systemd services that fail...
What is the state of `/home/mog/code` when this happens? Is it already mounted, empty or does it actually contain files?
Hm, strange. The activation script shouldn't touch it if it's already mounted. This is checked by grep:ing the output of `mount`, checking if there's a line matching both mount point...