rpx99

Results 32 issues of 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!

enhancement
good first issue

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...

![Screenshot_2023-12-18_09-34-42](https://github.com/libsdl-org/SDL_ttf/assets/70011162/d74ec176-6cbf-481c-a98c-e692c70fc8d7) 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...

bug
enhancement
DO IT

With Lem 2.1 windows release I get a crash when using `M-x documentation-describe-bindings` ![lem_crash_bindings](https://github.com/lem-project/lem/assets/70011162/a8ebc85d-2454-47e6-84ba-2eaec3c1cee1) The command `M-x describe-bindings` works.

waiting response
windows

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...

sdl2
windows

Do or can we have some info in the modeline (is it called modeline in lem ?) like so to show the encoding: Emacs: ![modeline_encoding](https://github.com/lem-project/lem/assets/70011162/212b0a6c-92a1-4c3b-a780-92374b7c7d1b) With details: ![modeline_encoding_details](https://github.com/lem-project/lem/assets/70011162/6c41ff4e-b772-4467-ac6a-cc4ba897b582) Notepad++: ![nppp_encoding](https://github.com/lem-project/lem/assets/70011162/108afaf5-d3c7-4078-8ccc-41b6b4d2ce46)...

enhancement
waiting response

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...

enhancement
Onboarding

## 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...