Steve

Results 46 issues of Steve

However this slightly abuses ASDF / require functionality, and there's no guarantee that the system exists on the users machine. Probably `imdb.lisp` should have some ASDF magic instead of `require`.

enhancement

Great idea for this library, and much appreciated for those of us on MS Windows. Just a request here for including the websockets portion of the [WinHTTP API](https://docs.microsoft.com/en-us/windows/win32/winhttp/winhttp-functions). Question: if...

I found this in my search for common lisp CFFI bindings to Boost mathematical libraries. On the surface this seems related, but I can't be sure. Perhaps a bit more...

enhancement

Interesting project. It would be awesome if we could use Postmodern to specify the query in addition to SQL.

Has anyone got CLX to work on MS Windows? I get the following error for all values of DISPLAY I tried. Using VcXsrv without any problem with several remote machines....

It seems that with all of the latest advances in terminal support for Windows (e.g. ConPTY), that linedit should be able to run on that platform, and I see that...

The system definition mode line specifies a package of `CL-USER`, however the correct package name is `ASDF`. On many platforms, `asdf` takes care of this, but on Genera the mode...

Most companies are strict these days about allowing only certain licenses to be used on projects (essentially, anything GNU is forbidden), and this includes dependencies. If there is a license...

I encountered a file with a separator within a quoted string, and split-string broke the string into two fields. I considered replacing split-string with a cl-ppcre regular expression (see [stackoverflow...

It would be useful to read from streams as well as files.