Ian

Results 24 comments of Ian

@vabene1111 perhaps you are over-thinking the risk of others monetising your work? For a project like yours I would think most customers would look first to the official repo, author...

It is possible to workaround this with the `--parent` flag on the backup cmd however it does require the kind of fiddling OP wanted to avoid. For anyone who's interested...

My understanding is that a parent snapshot is only used during the backup operation and it's only purpose is to improve the speed of the backup (by not scanning files...

A restic repo can in theory hold backups for many different hosts and filesystems so I assume this is why it cannot default to using the last snapshot as parent....

Good point and @MichaelEischer suggested a while back: > always fallback to the latest snapshot (maybe matching on tags) for the current host, as a false positive match can't cause...

I'm not a C developer but [xsel's (github.com)](https://github.com/kfish/xsel/blob/master/xsel.c) function `set_selection__daemon` around line 1770 seems to suggest it uses a similar daemon approach: > [create] a daemon process to handle selection...

It has something to do with the changes to the "article-banner" class in commit 2d2e58d8f4d31e1fd61d2453947913e7fa95ee53, this class is used on images in the card view. In particular the change from...

I am also selfhosting and despite running the cron jobs and the other fixes suggested I have never seen reminders work reliably. Perhaps there are just some fundamental issues with...

This happened for me with a PKCE client as the code tries to delete a client secret that's not there (PKCE clients don't need one). If that's your use-case and...

Amazing thank you - its such a time suck reloading the game to test minor mod changes. I'll be trying your commit once merged.