Adam Porter
Adam Porter
Wow, that must have taken a while to research. Thanks for digging in to that. Have you found the commit in emacs.git that makes the incompatible change to `read`?
After looking at your comment on https://github.com/alphapapa/org-ql/pull/442, I remembered something I saw recently: I wonder if the problem could be this: https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=f2bccae22bd47a2e7e0937b78ea06131711b935a ([NEWS entry](https://git.savannah.gnu.org/cgit/emacs.git/diff/etc/NEWS?id=f2bccae22bd47a2e7e0937b78ea06131711b935a))
@snogge It seems that, once the accidental misuse of `read` is fixed, (e.g. see https://github.com/alphapapa/org-ql/tree/wip/test-fix-read-issue where I made the changes in a test branch--I will credit you when merging for...
Hello, I haven't any FLAC files to test with. If something is reporting that a specific FLAC file is invalid, it might require that file to reproduce the problem. Can...
Well, I added that sample FLAC file to a queue and seem to be able to play it without error (though there appears to be no audible sound in that...
Hi Ola, Thanks for the heads-up. I just did a quick test on the `org-ql` repo, both with all tests passing and with 104 out of 437 specs failing, and...
Thanks. I should add a test for this.
Looking at this again, I'm not sure what the best API is. Would it be okay for synchronous requests to accept the ELSE argument for a function to call if...
FWIW, there is at least some code in the wild that uses `:else #'ignore` with sync requests, and would break if changed, e.g. https://github.com/jinnovation/kele.el/blob/15e841fb7bbc08545534e466ce831d6e80fd8901/kele.el#L459 @jinnovation Do you have any thoughts...
@akirak FYI, you might be interested in this (though it uses `aio` rather than `promise`): https://github.com/alphapapa/plz.el/blob/wip/aio/aio-plz.el https://github.com/alphapapa/plz.el/blob/wip/aio/tests/test-aio-plz.el