anarcat

Results 542 comments of anarcat

> pytest 8.10.0 and python 3.9. one thing I just noticed is that we're also testing with pytest 8 here in Debian unstable, while bookworm has the older 7.2. pytest...

That is the weirdest thing ever. Would still warrant an update to the README, IMHO...

a workaround: ``` (when (require 'edit-server nil t) (edit-server-start) (define-key edit-server-edit-mode-map (kbd "C-x C-s") 'save-buffer)) ```

that does seem a little weird. how about at least having a backing tmpfile to that buffer so that c-x c-s can be logically bound to save-buffer again? as things...

i think this might be an issue that we've found in a bespoke homegrown script we used to use before we switched to [needrestart](https://github.com/liske/needrestart/) - it's not any deleted page...

i tried EXCLUDE and EXCLUDE_LOCAL/REMOTE. I'll file a different bug report regarding that.

> I'm fine with an --exclude-from-file option to mddiff So how should I go forward here? I'm a little hesitant in trying to implement such an option considering how much...

the problem is archival: those are very old emails and it's not necessarily relevant to carry them around all the time. they were also excluded because they were slowing down...

the mailbox is about 4GB with 200k emails with a hopefully hot cache, but i'm not sure it is.

FWIW, I have disabled any filters on offlineimap's side and just downloaded everything. this is my workstation, so it's reasonably fast and will provide a good testing ground. I'll see...