Adam Porter

Results 2644 comments of Adam Porter

> Start in the log, then non blocking pause of 3 second and then Stop in the log. Did I miss something obvious ? The output you showed doesn't indicate...

Thanks, Chris, even though this isn't my code, your explanations are very helpful for my understanding of how aio works. Do you think this `aio-call-process` function would be a good...

@skeeto FYI. :)

@skeeto Ping? :)

Take a look at https://github.com/skeeto/emacs-aio/blob/da93523e235529fa97d6f251319d9e1d6fc24a41/aio-test.el#L17

### Hashing byte-compiled functions Well, somewhat orthogonal to this PR, I realized that I made a mistake in my own code that uses this PR's code. I need to include...

> Printed representation of the byte-compiled functions leads to consistent hash. Thanks, that is a clever solution. I should be able to use that in a custom hash-test function in...

For `org-ql` I ended up implementing caching myself, because I think it's probably too specific for `memoize` to handle. https://github.com/alphapapa/org-ql/commit/e728dec64e1d0bf3f041dc15e7ba56d1fba40903 However, the `memoize-by-key` idea still seems like it could be...

> Fix those three things (sharp-quote, nil value, and a test) and I'll accept this PR. Sounds good. > Anyone want to open an Emacs bug for this? https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32503 >...

Update: In 2020, this bug was filed, which is about this issue more generally: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=38912 It was merged with the report I filed, bug#32503. Then, a couple of weeks ago,...