James Cash
James Cash
> Could you test code below and play with font size Hm, it seems slightly too large for me, truncating the exclamation mark, but consistent with different font sizes. Original:...
Hm, I see though that `(elt (query-font (font-at (point-min))) 3)` gives `10`, but I have my default font set to `9`, which seems like that would cause the different size...
I'm seeing the same thing, where the right half of the long PragmataPro ligatures are getting clipped, but show up properly when building without Cairo. C-u C-x = with Cairo:...
@DomiStyle Hm, no, the source `display_id` should match the display `id`. Not sure why that's not working for you...that PR does the same thing to determine the display id for...
Does the hover work when not typing? For the completion, there is an issue that I've been meaning to look into for a while, where completion will only find predicates...
It isn't yet; I will try to do that next.
Deployed v1.3.0 with preliminary support for publishDiagnostics.
Hm, I was able to see errors with LanguageClient; it does the error stuff in didSave, so the changes shouldn’t be a problem. I’ll have a look tomorrow; I also...
Ah okay. I’d like to hook in to didChange at some point, but it isn’t working yet. Regarding “load_file”, right now the process is working via the xref library, which...
> I see. I would ask Jan, I suspect there might be some way to get all the compiler errors in a safe way. Indeed. I’m about to go on...