Jefferson González
Jefferson González
> Thank you again for reply ! I've noticed that when trying to uninstall the minimap plugin there is a lot of cpu usage by `ppm-*` and `lua-language-se` for a...
Was looking into this and it seems you would have to make a contribution into this repository https://github.com/ScoopInstaller/Extras Maybe you can open a Pull Request on that repo adding pragtical,...
It seems your PR was merged into the Extras repository! Added scoop to the windows setup guide https://pragtical.dev/docs/setup/windows#scoop thank you!
It seems that driver hasn´t been ported yet to the 5.12 kernel. In that case using TOBETTER_KERNEL (5.11) will be the solution until that driver is ported, or maybe introducing...
This is a good candidate for a plugin to see how things evolve. ### Some ideas to do it: 1. Using the built-in tokenizer and extracting all symbols of the...
I need a high dpi display too :) > tried adding fontconfig from wrapdb but it appears to not be a drop-in solution and does not support forcing fallback [mesonbuild/wrapdb#1510](https://github.com/mesonbuild/wrapdb/issues/1510)...
> fixing forcefallback may be harder to upstream without changes to meson or changes to the wrap, which may get held back due to being a workaround. Ahh I didn't...
> There is no way to deal with this in meson itself, we could change the default prefix in build.sh and hope that anyone invoking meson directly knows what they...
Since `meson install` also includes the fontconfig config files maybe their path can be set to the same location where the pragtical data directory is stored and then set the...
So after trying latest changes locally libexpat is still dynamically linked but, here is a patch that fixes it as commented on discord: [0001-Include-expat-to-properly-allow-static-linking.patch.txt](https://github.com/user-attachments/files/20850885/0001-Include-expat-to-properly-allow-static-linking.patch.txt) This should include expat as a...