rpx99
rpx99
Hey, looks like cool stuff! Think for production use load balancing would be a big plus / must have. Thanks a lot if possible to make that happen!
Hi, is it correct to extend for OpenBSD the _library.lisp_ file with **"libSDL2_ttf.so.0.1"** ? ` (:unix (:or "libSDL2_ttf-2.0.so.0" "libSDL2_ttf" "libSDL2_ttf.so.0.1"))` If I don't it doesn't find the lib: (ql:quickload :sdl2-ttf)...
Hi, I get an error on OpenBSD. Spec folder doesn't seem to have SDL**2**_ttf.h_ but only _SDL_ttf.h_ The idea here is that c2ffi (which I compiled already successfully) generates the...
 Dear SDL_TTFs, I am running the LEM editor with SDL2 GUI on OpenBSD. LEM uses a LOCK symbol in it's modeline to indicate a read-only buffer. Unfortunately this does...
When a ssh connection is established to a server running sbcl with a swank created remotely a slime-connect fails as it needs the micros fork of slime and therefore a...
With Lem 2.1 windows release I get a crash when using `M-x documentation-describe-bindings`  The command `M-x describe-bindings` works.
When you try to open a file and the focus of the path box is lost then lem crashes. This happens with the latest Windows 2.1 release. There is no...
Do or can we have some info in the modeline (is it called modeline in lem ?) like so to show the encoding: Emacs:  With details:  Notepad++: ...
Once I exit Lem and fall back on the sbcl repl I cannot start lem again (sdl2). ``` (:LEM-SDL2) * (lem:lem) NIL * (lem:lem) NIL ``` I need to quit...
## Describe the bug Installation with sbcl / quicklisp fails. The link exists, but ~/.qlot is empty. `tron$ ls -la /home/rpx/.local/share/common-lisp/systems/qlot.asd lrwxr-xr-x 1 rpx rpx 29 Dec 5 18:55 /home/rpx/.local/share/common-lisp/systems/qlot.asd...