summaryrefslogtreecommitdiff
path: root/elfeed-custom-feeds-huggingface.el
AgeCommit message (Collapse)AuthorFilesLines
2026-03-07replace url-retrieve with elfeed-curl-enqueue to eliminate blockingHEADmasterVineet Kumar1-62/+52
url-retrieve blocks emacs during dns resolution and tls handshake. elfeed-curl-enqueue runs curl as a subprocess, making fetches fully non-blocking and mirrors regular elfeed operation. Also adds Accept header for GitHub API requests.
2025-12-08parse in batches and via idle timers to avoid blocking emacsvin1-37/+66
2025-12-08attempt to make the plugin more async-yvin1-33/+50
2025-10-21initial commitVineet1-0/+160