utopian icon indicating copy to clipboard operation
utopian copied to clipboard

A web framework for Common Lisp never finished.

Results 6 utopian issues
Sort by recently updated
recently updated
newest added

Hi, I've been interested in utopian. I just tried to run it; $ utopian new blog $ cd blog $ qlot install $ .qlot/bin/utopian server then I got an error...

Currently, when starting the server with the utopian command, if a port number is specified, the port number is passed to crackup as a string, resulting in a type error....

```bash $ uname -a Linux t460p 5.8.5-arch1-1 #1 SMP PREEMPT Thu, 27 Aug 2020 18:53:02 +0000 x86_64 GNU/Linux ``` ```bash $ archey + # ### ##### ###### ; #####; User:...

not found render-json support like caveman2 for only restful api support

If port and hostname are omitted in the server command, the initial value is nil and an error occurs. ``` $ utopian new foo $ cd foo $ qlot install...