Ivan Malison
Ivan Malison
@alphapapa I don't think it makes any sense at all in the context of e.g. `org-ql-find-in-agenda`. I, for example, have a inbox.org, which I use to quickly jot things down...
@roberth @fricklerhandwerk I'm happy to take another swing at this one. Seems like https://github.com/NixOS/nix/pull/9066/files should probably be used as a starting point for testing. w.r.t. your comment here https://github.com/NixOS/nix/pull/8902#issuecomment-1724260762 it...
Would also be happy to use https://github.com/NixOS/nix/pull/7871 as a starting point if we feel like that is a better route. I don't have a super strong recollection of what I...
@fricklerhandwerk oh, wait so it seems like you just happened to pick this up again recently? I had assumed that since so much time had passed since the creation of...
Merge please?
Possibly related to https://github.com/magit/ghub/issues/81
Wow, this is really strange. When I use edebug to break in `url-http-wait-for-headers-change-function`, which is where `url-http-end-of-headers` seems to get set, the issue magically goes away for me. This is...
Ahh, https://github.com/magit/ghub/issues/81#issuecomment-460331809 seems to explain why this is the case. "Adding sleeps before the point where we send the http request consisntently fixes the issue for me"
Okay, so here is the bug report we should look at: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34341
For now setting ``` (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") ``` fixes the issue. This should get fixed in newer versions of emacs though.