gcv

Results 172 comments of gcv

I reproduced the error. Won't have time to look into it in the next few days. If you want to try debugging it yourself, it probably has something to do...

If that turns out to be the problem, another fix is to patch Helm to open its child frame without parameters. I don't remember exactly how to do it, but...

Good idea! I don't have time to work on it myself right now, but would gladly review a patch. The approach is something like this: - Introduce a new `(defcustom...

Recreating the posframe on every invocation of helm is noticeably slow. It'd be great if helm-posframe cached the frame.

I'm suggesting that the caching take place at the helm-posframe level. The frame should not be disposed of by `helm-posframe-cleanup`, merely hidden. Then `helm-posframe-display` should only allocate a new frame...

Ah, I see. That doesn't seem to work as advertised. I used edebug to step through what happens here, keeping an eye on the result of `(frame-list)`, and the posframe...

A step in the right direction! (Though the parentheses are a little off.) Now the posframe remains in `(frame-list)`, but it gets recreated each time anyway (it has a different...

I had this problem with macOS Emacs built using the `ns` (official GNU NextStep) port. It does not happen to me with the `mac` port (https://bitbucket.org/mituharu/emacs-mac/). @abbaswasim: Which macOS Emacs...

For MySQL 5.6, adding an index on the `failed_at` column helped considerably.

It's probably not related to 1.11. I think I broke it by trying to fix #156. I just made an attempted fix. Please try again in a couple of hours...