kiennq

Results 167 comments of kiennq

I have a little function advise that can be used to limit number of async processes. Share here if anyone need. https://gist.github.com/kiennq/cfe57671bab3300d3ed849a7cbf2927c

@muffinmad Is there any chance this can be merged? `mini-frame-mode` is quite slow on Windows

When I update `mini-frame` and try to use it, I encountered this problem ``` mini-frame--display: Cannot change the border width of a frame [2 times] ```

I see, another work around is from `ivy` side. Since `mini-frame` is providing minibuffer in separate frame, I hope it can provide these work arounds too. Especially other libraries might...

Did setting `resize-mini-windows` prevent resize mini frame? I've tried to set it to `t` in `ivy--insert-minibuffer` but there seems to be no different. > But why it should be called...

> Thanks! But shouldn't `ivy` users use `ivy-posframe`? :) I'm `helm` user and switch to `ivy` because it has potential to integrate easily with `mini-frame` 😄

It seems that `C-f` (or `C-b`) will echo something to mini buffer, thus interrupted the display from `mini-modeline`, that why it happens to be refresh too quickly. Not sure how...

Yes, please submit a PR for that, I would prefer something configurable than just hardcode it to the left or right side

You can probably advice ` mini-modeline-msg` to `ignore` for that. ``` elisp (advice-add 'mini-modeline-msg :around #'ignore) ```