kiennq

Results 32 issues of kiennq

Using `mini-frame` under Windows is slow, mostly due to it has to create new child frame every time `mini-frame` is invoked. When I read the FIXME, it seems that in...

When using `evil` + `ivy` + `mini-frame`, the mini frame doesn't get properly resize when inside minibuffer. For example, type `:b`, it should display a list of buffer to switch...

Add 4 new interface function for clipboard package: 1. func ReadAllWithFormat(cf uintptr) (string, error) 2. func WriteAllWithFormat(text string, cf uintptr) error 3. func ClearClipboard() error 4. func getClipboardFormat(_ string) With...

Hi @sebastiencs, thanks for the great package. I notice that `company-box` is quite slow, mostly because it has to re-render all of candidates. Would it makes sense to only render...

Hi @juanjosegarciaripoll, thanks for your scripts, I have successfully built/packaged portable working Gccemacs on Windows. I've created this PR to contribute back to the original repo, hoping it can be...

Clangd has supported inlay hints in v14, we should support it as well https://clangd.llvm.org/extensions#inlay-hints

3.17

Try to fallback to default downloader when aria2 download failed. This make the download with aria2 more stable since there's some download links that doesn't support multi-connection. Closes #4472

Add new option `quelpa-use-async-p` that allows to run `quelpa` in external process when [emacs-async](https://github.com/jwiegley/emacs-async) is installed. This provides several benefits: - Reduce `Emacs' downtime due to fetching git repo and...

This will help reduce Emacs down time due to waiting for pulling files from remote repo

enhancement

…rom dynamic collection. This change is allow to resume to staled data from dynamic collection. Of course we can always use `ivy-occur` but `ivy-occur` is taking a whole window +...