Sebastien Chapuis

Results 86 comments of Sebastien Chapuis

Hi @iris-garcia , thanks for your PR ! The call to `company-box--update-frame-background` is a bit expensive and I would prefer to avoid it on every run of `company-box--display`. In https://github.com/sebastiencs/company-box/commit/82c1a30e152f403089a2f2e98769a61bc1afc56d...

Yes I have thought about that. But for now I prefer to work on a single repo, once the components get mature maybe... A library to manipulate child frames would...

That sounds good, I will install dap-mode and make some tests. What requests does `lsp-ui-sideline` need to do ?

@Infinisil It should be fixed with https://github.com/emacs-lsp/lsp-ui/commit/3686ed86ac37c74bfdf2e05f96c968d082b826e7

@CsBigDataHub Please open an issue for this with the full backtrace `[M-x] toggle-debug-on-error`

Hi @andreyorst, can you try this branch https://github.com/emacs-lsp/lsp-ui/pull/612 and set `lsp-ui-doc-enhanced-markdown` to `nil` ?

Could you show a screenshot of the documentation and the link ? What LSP server are you using ? I can click on a link in the documentation and it...

@alanconway I tried to setup the go environment with lsp-mode, but without success. So I manually inserted the string you sent to test and the commit https://github.com/emacs-lsp/lsp-ui/commit/79ba8b2a901d079f5f65f87735329af400dfe692 works for me....

> we should find a way to handle custom schemes like jdt:// My guess would be to use another function than `browse-url`, but I'm not familiar with jdt scheme. What...

@alanconway markdown-mode is used to format the documentation: It sets the colors, text size, font etc. We then literally copy the text, with all the formatting (the font locking you...