Adam Porter
Adam Porter
I don't understand what you mean. It is a minor mode: https://github.com/alphapapa/bufler.el/blob/9eba735988c13d5e5e898f44655d9225e444ce02/bufler-workspace.el#L181
Hi @dionisos2, Thanks, this looks like the most comprehensive guide I've seen so far. Have you seen this other PR, https://github.com/alphapapa/ement.el/pull/232 ? It would probably be best if we collaborated...
I've rebased this on master, but now I see a minor problem: if the branch-diff scanner takes quite a long time (e.g. if there is a *lot* of diff output...
Thinking about this a bit more, I think it does need support in restic, because restic needs to use the same set of paths for each backup run without actually...
@rawtaz If you did that, you would suffer data loss when forgetting and pruning snapshots: 1. Snapshots are grouped by path. 2. You can manually group snapshots by tag instead....
Now you're talking about moving from a snapshot model to a full/incremental backup model, which is taking us back to the previous generation of backup software. If that's what you're...
That's what I proposed in the first message. The issue is that restic must merge the "included" files (including removing deleted ones) with the previous snapshot. Each snapshot must be...
Sure, you would probably just need to add an option and take it into account here: https://github.com/alphapapa/org-sticky-header/blob/697875935b04b25c8229b9155a1ea0cab3ebe629/org-sticky-header.el#L193
@andruska Did you write a patch to that effect?
Hi Pedro, > Hello, > > This is just a tiny contribution, I'm currently running Emacs on a Windows SO and needed to create pull requests on DevAzure. One of...