Lisp student

Results 91 comments of Lisp student
trafficstars

Thank you for this series of reviews, they are informative and inspiring. In regards to template libraries, would you consider having a look at [xml-generator](https://franz.com/support/tech_corner/xml-generator-blurb.html)? It is available [here](https://github.com/franzinc/net-xml-generator).

Thank you for considering it. It mentions " It mostly should work on other implementations", and I was able to load it from quicklisp's `local-projects` by commenting out first two...

Thank you, your series on Lisp projects is amazing and inspiring. On the documentation side, did you consider having a look at [qbook](https://common-lisp.net/project/bese/docs/qbook/The_qbook_lisp_documentation_system.html)? It is in quicklisp, although a fork...

> Passthrough authentication middleware It used to be easy to do. I f understand correctly, recent changes made it only possible only through configs, as people misused the GUI. A...

But, adding the line as indicated above: ``` proxy_set_header X-Forwarded-Proto https; ``` I get `502 Bad Gateway`.

Another possibility that came to mind, just rsync the whole docker directory? ``` docker stop $(docker ps -a -q) systemctl stop docker.socket && systemctl stop docker.service systemctl disable docker.socket &&...

Thank you so much for the detailed instructions. It is a bit scary for me to test, as the current Snikket VPS has about 100 online friends, and I would...

I was able to move Snikket to a new VPS. My DNS provider offers minimum 300 sec. TTLs, so I preferred to change DNS right after step 2. I will...

I can confirm users had no problems. Everything worked smoothly. Many thanks, @mwild1 ! On my side, this ticket could be closed any time it is convenient to the maintainers.