Christopher Wellons

Results 157 comments of Christopher Wellons

During my FRP-5398 shakedown cruise, today I got one of these new `0xc0000135` error messages and I was very pleased! Even without the extra context, it's better than the usual...

Your patch fixes the "leak" in my tests!

There is currently no way to do this. However I can imagine a potential feature that allows users to supply a custom sort function with the understanding that it comes...

@ra1nb0w Yes, `elfeed-search-sort-function` should do it, with all the caveats of using a custom sort. This feature was added less than a month ago (b62a2d0040f1a8ad0a23a48e3843d2ed5cbc2a8c) and I forgot about it...

I should have said "caveat," singular. It just breaks the live search. Live search needs to be fast, and it relies on the time index to quickly fill the visible...

This example serializes the tag list into a string (simple, but inefficient), then sorts entries based on that string, falling back on the date to break ties (descending). (defun my-elfeed-tag-sort...

@Silex and @kiennq, I've invited you as collaborators. I don't really use Emacs anymore, and I never made use of this library, so maintaining it has obviously not been a...