chuntaro

Results 23 comments of chuntaro

promise-done is implemented in JS's then/promise, so I ported it, but it is rare to actually use this. I think that there is no problem if I make sure to...

> * process-promise and shell-promise > * a semaphore + a promise-pipeline / thread pool (I might release this stand-alone) > * log-promise > * thread-promise Great code! Please create...

Unfortunately, I can't find a better way to write```then```as suggested, since it takes two functions as arguments, as shown below. ```emacs-lisp (promise-chain (do-something-async 1 33) (then (lambda (value) (message "value...

It did not happen on Windows… Is the wrong display just the first keystroke?

Are you using macOS? I have confirmed that it is fixed on Windows and Linux (GTK3), but I have not been able to check on macOS.

I was wrong. This was reproduced by enabling tab-bar-mode later. However, I do not know how to fix it now. The case where it was enabled from the beginning was...