Tony Zorman
Tony Zorman
> TBH, I don't quite understand the heuristic that's being used for which bit goes in the eldoc, could someone give me a one-sentence summary? Then we can maybe make...
I don't know where it happens (on the HLS side or the lsp-mode side) but we definitely receive multi-line type signatures in Emacs. For example, the function ``` haskell iAmTooLong...
It's a bit of a hack but you can specify these within any of the input strings, as long as they are not the first value; e.g. xmobarBorder "Top mt=2"...
On Tue, May 17 2022 03:08, Yecine Megdiche wrote: > Maybe we can add an `XMobar` module that uses union types as arguments > instead of strings? If we really...
@copper4eva any updates; did you figure this out?
> However, the semantics of the completion system are very unclear and possibly buggy. Is there anyone here who can give me clear explanation of the expected behavior of the...
On Sun, Oct 03 2021 16:35, Solomon Bothwell wrote: > As an initial project I could rewrite the default completion code as a > I described above and save the...
> I think we should just turn `XPrompt` into a record and call it a day. Thoughts? Would this be as extensible as the current system? It _seems_ less so,...
> Unless I am missing something subtle, we would have identical behavior but the code would be a lot more explicit. Mh interesting. I would almost say "go for it"...
> We can keep the typeclass for now, but we are going to need to change it substantially. It just doesn't really capture what it means to be a prompt....