Francesco Luzzi

Results 9 comments of Francesco Luzzi

~~Just to be sure, using `vim.fs.normalize` will change the output of `vim.uri_to_fname`: all `\` will become `/`. If this is intended, I'm off to the races.~~ I was completely off...

I went with a more os aware approach and used `vim.fs.normalize` Let me know if any changes are needed

> And my nivdia gpu not being able to render transparent is already know so their is probibly already an issue for it I've just encountered this behavior and this...

> Thanks for the input! There are indeed size-limits where the font switches rendering, I will check that. And maybe I can get VS Code repaired on that one machine,...

Thanks for the update, i'll give it a try as soon as I can!

It seems to be 99.9% resolved! In some font sizes the "=>" ligature has a **really small** defect (there is a really small gap between the "equal" sign and the...

> Are you sure Cascadia Code unpatched does not have the same problem at some sizes? Maybe you can try. Just uninstalled Caskaydia Cove, rebooted and tried using Cascadia Code,...

Thanks, that makes sense... I'm just being a silly annoying user 😄 ![image](https://github.com/user-attachments/assets/a4e5f672-8864-4e6b-a521-363f15f16c64)

I've also stumbled upon this, i'll make another example: ```templ templ MyExample(user string, show bool) { function writeUserName(el,name,show){ if (!show){ return; } el.innerHTML=name }