charJe
charJe
I believe I also encountered this when trying to match a single `&key` parameter: ```lisp (ematch elem ((or (list (or (list keyword name) name) default suppliedp) (list (or (list keyword...
If you have some load balancing code you can plug it into your own :destinator. I have considered including such load balancing algorithms for use, but ther are many types...
Round robin shouldn't be too hard to do. Maybe you could play around with something like a `make-round-robin` function that take a variable number of port and host names and...
Even just opening the appropriate community spec page in the operating system default browser would be very nice.
It is still not working `` just opens a window with `sbcl/src/code/eval.lisp` line 160.
It still works work with `:upcase`. I may not have reloaded the sldb.vim correctly; I used `:w | so %`.
Alright I think I am loading the plugin correctly (using `set runtimepath^=/home/charles/vlime/vim` in .vimrc). I confirm that changing the `RESTARTABLE` to lowercase does NOT change the behavior in any way...
I tried that. When I connect to the server or evaluate some code that would invoke the debugger I get the following errors in vim: ``` line 3: E117: Unknown...
Applying this patch to https://github.com/vlime/vlime/commit/6e410e0210e8cbdcbdbb742da7d95d36cf121764 works. I think the main thing was that the regex was only looking for restarts that were all upper case. [0001-Search-for-restarts-that-might-be-lowercase-due-to-p.txt](https://github.com/vlime/vlime/files/12678693/0001-Search-for-restarts-that-might-be-lowercase-due-to-p.txt) ```diff From 6cd927316623213e87cb64759e6c818b0829944b Mon...
I had this issue on fedora. Installing libfixposix-devel allowed me to install clws.