Adam Porter

Results 2642 comments of Adam Porter

Sounds nice. Fair warning, at this time, I'd be hesitant to merge anything using SQLite, just for the sake of simplicity. One of the reasons I added MPD support is...

FYI, I've pushed more improvements for MPV asynchronous support, and I merged it to `master`. So if you're using MPV, updating the lighter should be very "lightweight" compared to with...

1. Please describe the purpose of these changes. 2. Although I use `pcase` extensively, it's not necessary to change working code. Please limit your changes to those which are necessary...

> They were part of the TODO keywords in the source code. > > https://github.com/alphapapa/org-sticky-header/blob/697875935b04b25c8229b9155a1ea0cab3ebe629/org-sticky-header.el#L187-L188 Indeed, but those changes aren't related to the purpose of this one, so making the...

Thanks for the screenshots. Here are the next steps that need to be taken: - [ ] Remove changes that aren't related to the face issue. (While I appreciate your...

If you mean URL query parameters, plz doesn't handle that itself, it just accepts a URL. You can use the built-in `url` library to build a URL with query parameters,...

Yes, `plz` is intended to provide an alternative to `url-retrieve`, not all of `url` and its libraries. It would be nice to have a simpler API for URL-building than the...

Org QL supercedes this library in various ways, but org-rifle still works, and users who prefer its UI may still use it. I am not actively developing org-rifle anymore, but...

> Indeed I have found that I do prefer using the org-rifle interface but I was unable to change the sorting, which is how I found this bug. If you're...

@suhail-singh It has been difficult to get decent performance from the `--snippet-regexp` "snippet function" within the Emacs completion API. It seems to work well enough for me now, although it...