Christopher Wellons

Results 157 comments of Christopher Wellons

That feed works fine for me just now. This looks like a temporary hosting issue at their end. These sorts of temporary errors are fairly common.

There is elfeed-user-agent, which you could set to your web browser's user agent string if the feed works in your browser. That might help if you get a Cloudflare challenge...

I wondered why that might be, but as soon as I saw the first tag I knew the reason: This is an RSS 1.0 or "RDF" feed. This is the...

The two most likely possibilities are: * GitLab is serving malformed XML * GitLab isn't actually serving a feed, but a "please log in" HTML page Try visiting the page...

Could you share your "curl --version"? I can't reproduce with Curl 7.74.0. I suspect it's your local Curl, GnuTLS, or if on a work network, meddling middleware (often broken). When...

Elfeed does not currently support JSON Feed. I considered it as a future possibility when it was first announced, but 6 years later it still never achieved significant adoption. Since...

Interesting, I hadn't expected extension here. I don't object to the idea of putting some kind of configuration here (defcustom, etc.), but I don't want to change the way it...

So I thought about this and I'm not yet convinced that it's appropriate. However, I did still capture the change (448ad647) that would be necessary on my xfg-config-home branch. My...

I'm not going to change the default value at this point since that's a big, breaking change. Anyone who hasn't already manually configured it (probably most users) would need to...

The issue is that "q" in the elfeed-show-mode buffer is mapped to elfeed-kill-buffer. Feel free to remap this to bury-buffer if that works better for you: (define-key elfeed-show-mode-map (kbd "q")...