Ko
Ko
Suggestion: `/backup restore latest [comment]` will restore the latest backup with a certain comment. Use case: I've set up command blocks to automatically backup when sleeping (commands below for anyone...
It mostly isn't a problem, because often times just some unimportant unit fails. I restarted my computer a bunch of times. Sometimes the network doesn't work, sometimes the DE doesn't...
Yes, that makes sense! `network-online.target` is part of each cycle in my logs. I just removed the _After_ on my system, and will check the logs tomorrow after I've restarted...
The logs of past day still show dependency cycles; however, they now don't include the `mnt-onedrive.automount` unit, but rather the `mnt-onedrive.mount` unit. I guess that `After=network-online.target` should be removed from...
> If that applies, removing the `After` won't change anything, instead `DefaultDependencies=no` should be necessary. I don't think that's necessary (but I don't know why), since everything is working on...
I agree that this is weird. The reasoning might be that we don't want/need the `chamfer` property on the created body (and a body clones all the options properties). However,...
Yes, that is indeed a consequence of this implementation of Verlet integration. One way would be to keep track of energy yourself, and after each engine update slightly modify the...
Btw, for those interested, this is what I'm using memoFix2 for. I'm trying to solve Project Euler #770. It's far from a full solution but don't look if you want...