bryphe
bryphe
Saw this again in `[email protected]` on a new Windows environment
Hi @mcallistertyler95 , thanks for logging the issue! That is strange - indeed, you want to turn off font smoothing for Terminus - since it's primarily a bitmap font. I...
I suspect this might be related to differences in the hinting via FreeType / FontConfig - I'm adding some additional hooks to Skia to investigate this. Alternatively, we are setting...
Thanks for the help @manuhornung !
@manuhornung - I think you mentioned that switching to the skia font manager helped here? @zbaylin merged in his change https://github.com/onivim/oni2/pull/2113 to use skia font manager as opposed to `reason-font-manager`...
> After some tweaks, I succeeded in compiling libvim to WebAssembly. I tested part of the API (motion, update buffer callback, get vim mode, input and key press,...) and it...
Good catch @city41 - thanks for all the details! > But maybe libvim.h should not include vim.h, which pulls in all of vim, but rather pull in a more strategic...
This is a great suggestion, @glennsl ! Thank you! I like the idea of `vimGetCommandState`. Seems like this wouldn't be too hard to wire up - all the information is...
Good question - this is actually something I'm planning to look at for the next milestone's work. At least, integrating code refactorings that are provided by VSCode extensions. From the...
Thanks for the impressive work on this, @andr3h3nriqu3s11 ! I had a lot of fun playing with it - like, putting mode indicators on both sides of my status bar...