Dan Christensen

Results 195 comments of Dan Christensen

Ok, I checked through my logs and found that I didn't send a single message from Machine 1 since upgrading davmail with the new code, so davmail never asked for...

I'm using Ubuntu 22.04 with Chrome 110.0.5481.177-1. This change helps on one laptop, but not on another with the same OS and Chrome version. In general, I'm having a lot...

I would love to have pdfpc work better with beamer notes, and this approach sounds good to me. Is there anything I can do to help get this merged?

Any feedback on this? Maybe this could be merged as is, and further improvements could be made in the future?

I think the patterns man page is explaining this correctly. A pattern ending in a slash does *not* match the directory, so if you have "some/path/" as an exclusion pattern,...

I'm also concerned that it's probably not safe to run `borg create` on a repo that is currently in use by `borg mount`.

I agree that the docs are confusing. The first two paragraph are: > The path/filenames used as input for the pattern matching start from the currently active recursion root. You...

The last example should answer one of @Atemu's questions: if that command is executed in `/home/user`, the exclude is not given as `home/user/Documents/Junk` but as `Documents/Junk`, so relative excludes are...

> It should _absolutely_ be documented that patterns are relative to the _working directory_ rather than the recursion root. This is not correct. If I do ``` cd /home/user borg...

> So if I'm getting this right, when you give it an absolute path as its recursion root, the "pattern root" becomes `/` but when you give it a relative...