daninus14
daninus14
As it stands the theme is chosen based on the system choice, and not on the tailwind choice. Even if the tailwind config is not setting the dark mode, the...
Hi, Can you please provide the `.tex` files you used to produce the html? I imagine you had to make modifications to the `.tex` files for them to be converted...
See https://github.com/fukamachi/mito/pull/147 To keep with the style of other places where qualifiers are provided, like in: ```lisp (name :col-type (:varchar 64)) ``` It makes sense to allow parsing of multiple...
I keep getting this error with qlot and other dexador dependencies: ```lisp ; file: /Users/username/.roswell/lisp/quicklisp/dists/ultralisp/software/fukamachi-dexador-20240711141626/src/connection-cache.lisp ; in: DEFUN PUSH-CONNECTION ; (DEXADOR.CONNECTION-CACHE::WITH-LOCK (DEXADOR.CONNECTION-CACHE::LRU-POOL-LOCK ; DEXADOR.CONNECTION-CACHE::POOL) ; (DEXADOR.CONNECTION-CACHE::ADD-TO-LRU-POOL DEXADOR.CONNECTION-CACHE::POOL ; DEXADOR.CONNECTION-CACHE::HOST-PORT STREAM...
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...
I want to run a web server and if it breaks, I would like it to kill the lisp repl instead of jumping to the debugger, so that systemd can...
There are plenty of concepts that should be included in a tutorial. I personally think that many of them actually fit in the Basic Tutorial, but I understand if you...
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...
adding a link to the repository it was hard to find... all the links just point to the docs: https://cliki.net/Salza2 and here: https://www.xach.com/lisp/salza2/ it doesn't say where the repo is,...
_Just for reference opened a ticket in [quri#90](https://github.com/fukamachi/quri/issues/90) incorrectly. Moving to dexador now._ Basically dexador uses quri to encode post parameters which limits what we can pass as post parameters...