Manfred Bergmann

Results 150 comments of Manfred Bergmann
trafficstars

From error message it seems that a shared library "libev.dll" is missing. This is one of the "requirements" noted in the readme. But I do not know how to install...

From the looks of the downloaded Common Lisp packages it seems kinda complete. But 'libev.dll' is an additional manual install. Like installing third-party libraries. On Mac one would use 'brew'...

Hmm, it aligns as it should here. Do you have an inferior lisp session open?

I do not know. I just observed and wanted to mention that without an inferior lisp session things like, i.e. `&rest`, `&body` are differently indented.

I have a similar workflow, using C-c C-z to switch to the repl window. However, I don't let any other buffer replace the repl buffer in that window, so that...

Not sure. The only buffers that popup (for me) are *sly-compilation*, some Magit stuff, and manually triggered Embark or so. All of them except *sly-compilation* are being closed via "q"...

Yeah, that's a bug. Should be just `(slot-value self 'max-thread-count)` I suppose (didn't look up the code). The Sento Router contains `'max-thread-count` actors, so could be used directly (I think).

Well, I'm the author of [Sento](https://github.com/mdbergmann/cl-gserver) and was looking at thread-pool implementations that can replace the 'made-up' dispatchers/thread-pools in Sento that are basically just actors each operating a separate thread,...

One could also use something like: https://github.com/Frechmatz/cl-threadpool

I can confirm this PR works on macOS Sonoma 14.2.1 with LispWorks 8. Please merge.