vindarel
vindarel
Let's use the [lisp-critic](https://github.com/g000001/lisp-critic/) on the current file from Emacs. Usage: M-x slime-critique-file This is an ELisp function. ```lisp (defun slime-critique-file () "Lint this file with lisp-critic." (interactive) (slime-eval-async '(ql:quickload...
This: ( cd ~/common-lisp/ && wget https://asdf.common-lisp.dev/archives/asdf-3.3.5.tar.gz && tar -xvf asdf-3.3.5.tar.gz && mv asdf-3.3.5 asdf ) downloads ASDF 3.3.5 and moves it to your `~/common-lisp/asdf/` directory. This will fix errors...
see https://github.com/thadeusb/flask-cache/issues/151 and https://github.com/sh4nks/flask-caching !
fixes #156 Hi, hope that's ok !
It would be nice to have self-contained executables, built with a CI/CD pipeline. You said you already did this, do you recall how ? (I could help with the CI,...
Hello ! I discovered Cells and Qooxlisp after your question on Ceramic (Qooxlisp wasn't even mentioned on Cliki :( ) and my mind is blown, what if Qooxlisp was indeed...
We currently have to use my fork of the script. Awaiting get.comby.dev to be updated (https://github.com/comby-tools/comby/issues/228). Example .gitlab-ci.yaml: ``` image: daewok/lisp-devel stages: - test - build before_script: - apt-get update...
Hello ! I'm very very very much excited about your project, I think it's very much needed to ease deployments like that. Well done ! But I'm stuck at point...
This is something I use extensively, I find hydras very useful. This one suggests to: - run a manage.py command (with ido-completion) - run a make target (if previous PR...
Hello dear lisper, I see that the help buffer for a class has a "methods" entry. I was expecting it to list the class's methods, but it seems to list...