Steve
Steve
Ah, right. It seems alexandria has changed since that gist was written. Try this one: ``` (defpackage my-package (:use #:cl) (:local-nicknames (#:a #:alexandria-1))) ``` This works for me. If it...
Fantastic! Congratulations, you seem to have discovered a bug in UIOP. I'm happy to report this on your behalf, but I suggest that it might be a good learning experience...
That change of `uiop:define-package` -> `cl:defpackage` should be in `PLOT:SRC;VEGA;pkgdcl.lisp`, not in Lisp-Stat.
Does the written file have content when you open it in a text editor? As for Brave, I don't have any experience with this browser. If the file has content,...
Are browser security options getting in the way? There's some information on debugging in the [plotting tutorial](https://lilsp-stat.dev/docs/tutorials/plotting/).
Is there a roadmap or estimated time frame for support?
It looks like it's officially dead: https://github.com/vega/voyager/issues/857
+ for that. I've changed the title.
Just to add: it would be great if this were separated from cl-rest-server so that folks just generating REST clients from a spec could use it.
Just putting a few projects that use or implement REST into this issue for consideration. https://github.com/incjung/cl-swagger-codegen https://github.com/fiddlerwoaroof/aws-sdk-lisp I think there's value in having a consolidated REST library to work with...