garlic0x1
garlic0x1
I was able to successfully quickload the current master branch of `knx-conn` in both REPLs in the SDL2 version of Lem built from source a couple days ago. I am...
Nice PFP @vkz I would recommend installing Qlot on its own (without Roswell) then running the included Makefile, lots of people seem to have issues with Roswell but not with...
I am not familiar with this install script, but it probably just needs to treat Ubuntu the same as Debian. @Sasanidas I think made the script and should add this....
Assuming you have GCC and the normal tools already installed, I *think* the only other dependencies you might need are either `ncurses-devel` or `sdl2-devel` or whatever the packages with headers...
you can use the `font-size-set` command to permanently set a font size in SDL2, it is stored in `~/.config/lem/config.lisp` (or wherever your lem-home is) to persist between sessions. Hope this...
A vertico-style prompt configuration example is provided here: https://lem-project.github.io/usage/configuration/ https://github.com/lem-project/lem/pull/1362
Seems to be fixed.
libvterm terminal has been added https://github.com/lem-project/lem/pull/1418
This behavior has changed, it no longer errors but just hangs now, which is probably worse