-
When compiling a class, whether it be on the REPL or even when `asdf` is loading the system and tries to compile a file that has a class with a mito metaclass, it fails if there is no DB connection av…
-
Hi this more of a guidance or documentation question than an issue:
How can I go about splitting large parts of a web app into modules to make it more manageable for writing `.asd` files and separa…
-
(ql:quickload :caveman2)
(caveman2:make-project #p"myapp")
(ql:quickload : myapp-popularity)
(language-myapp :port 5000)
I tested on Mac os X and Linux run with SBCL and lispworks:
sbcl could start a…
-
I'm trying to get my toy caveman2 running over HTTPS with hunchentoot and things seem to go OK at first, but then I get an SLDB error telling me that the FD-STREAM for the HTTPS socket is closed:
# i…
-
In Chrome I am getting the following error for _some_ Static Files from the server
```
net::ERR_CONTENT_LENGTH_MISMATCH 200 (OK)
```
The headers seem to be alright, however the actual files …
-
Can you use **Caveman2** in a single file?
I mean, for small and quick projects.
If yes, how?
-
In Caveman2, there seems to be no way to retrieve the http referer from the request. Is there a way to do it?
Thanks!
-
Hello @fukamachi, I am currently looking at caveman2 as my toolkit for writting web applications in CL. Is there a current roadmap you have in mind? And if so, where do you need help?
-
Hi, I'm new to the lisp world.
Could you help me with this? Thanks a lot
COMPILE-FILE-ERROR while
compiling #
[Condition of type UIOP/LISP-BUILD:COMPILE-FILE-ERROR]
-
Hi
I think it would be very nice to have a tutorial based on some simple reference application (kind of a JavaEE [Pet Store](http://www.oracle.com/technetwork/java/index-136650.html)) that would demo…