Noah Friedman

Results 22 comments of Noah Friedman

@Ritzier a couple questions: - Are you using Copilot? - Can you share a screenshot of what is displayed when you run `LspInfo` in whatever context generated this error? Thanks!...

Not an ideal solution, but if the size of the window is consistent you could try using a fractional font size.

https://eslint.org/docs/latest/use/configure/migration-guide#using-eslintrc-configs-in-flat-config

The following build script works for this case: ```rust use std::error::Error; use wasm_pack::command::{ Command, build::{BuildOptions, Target}, run_wasm_pack, }; fn main() -> Result { // Check "TARGET" in env to avoid...

For anyone looking for a workaround, I seem to have stumbled upon one [here](https://graphicdesign.stackexchange.com/a/10645): >Run FontForge. Go to File > Open to load the font. Go to Edit > Select...

> @speelbarrow That doesn't work for ligatures though, ... @Dheatly23 Okay, but, counterpoint: I tried it and they still work (sometimes) Neovide v0.13.3 Kitty v0.36.4 Kitty has always been a...

Updated commit to match changes made in neovim/nvim-lspconfig#2738