Lisp student
Lisp student
> admin commands module I also would love to have more modules, including the admin commands.
Thank you for `winhttp`. I also was very frustrated with `drakma`’s use of cl+ssl on windows: I was never able to have it work with LispWorks 64-bit on Windows 10....
Thank you very much for explaining, all clear now. > I had a hard time trying to get usocket to play nice with my schannel library (the core library that...
Let me know if you need a tester, I run FreeBSD 13.1.
If it can be of help, same test on LispWorks (Windows) times out after about 3.5 seconds: ``` CL-USER 9 > (time (nth-value 1 (dex:get "https://httpbin.org/delay/10" :read-timeout 2))) Timing the...
Thank you for the good news! To test it on my side, I am installing it in this way: ``` cd ~/tmp/ wget https://github.com/ddworken/hishtory/releases/download/v0.173/hishtory-freebsd-amd64 chmod +x hishtory-freebsd-amd64 ./hishtory-freebsd-amd64 install ```...
Thank you, I have found it, `fd` was not showing it since it was in `"dot-directory". Thank you again for offering a FreeBSD binary so quickly! From my side, please...
With a fresh QuickLisp install (2021-01-24), while loading [your fork](https://github.com/tdrhq/cmd) with latest patch, I have a [compilation error due to `shlex`](https://gist.github.com/lispstudent/fc1b443acbf61dd32ff2a29c6b48d3fa). Related part of link above: ```lisp [package shlex]. ......
Some pointers, [open-pipe](http://www.lispworks.com/documentation/lw71/LW/html/lw-1415.htm) [run-shell-command](http://www.lispworks.com/documentation/lw71/LW/html/lw-1427.htm) [call-system](http://www.lispworks.com/documentation/lw71/LW/html/lw-1325.htm)
Thanks, > should be fixed at the UIOP level. I researched this a bit, it seems ASDF maintainer is not much interested in that. > the last time I tried...