vindarel
vindarel
ACK. I'll need to give this a look, in a few days. > an unnamed book application :rofl: (ps: happy family moments :christmas_tree: :gift: )
Supposedly we have: ```lisp ;; config.lisp in openbookstore's root directory (setf replic:*confirm-exit* nil) ``` Or in `~/.config/.replic.conf` ```init [default] confirm-exit = false ``` but I can't see their effect.
The configuration setting works fine for the replic app itself. This is an issue with OpenBookStore which doesn't read it. I'll keep the issue here, replic should probably read its...
I pushed a fix to replic and to OpenBookStore. Try with this: ``` # ~/.replic.conf [default] confirm-exit = false ```
bummer. You also have the `quit` command which does not ask for confirmation.
Hi Alexander, if it comes as a choice, with a function argument for example, absolutely. I might accept any PR coming from a user anyways. (I didn't even write that...
it seems the project needs to be included into a quicklisp dist: ``` (defun license-tree (quicklisp-project-designator) (let ((sys (ql-dist:dependency-tree quicklisp-project-designator))) (assert (not (null sys)) () "Cannot find Quicklisp project for...
line 86 is (let ((system (ql-dist:find-system system))) and there are more calls to ql-dist afterwards. where above we use `(uiop:symbol-call :ql-dist :name system)`. ```lisp (let ((qldist-system (intern "SYSTEM" (find-package "QL-DIST")))...
Hello, good idea that I realize I missed too. I keep it in mind, PRs welcome in the meanwhile ;)
Hi, can you paste the whole stacktrace, and the messages you maybe get into the REPL? (it works for me©)