vindarel
vindarel
[Impatient-mode](https://github.com/skeeto/impatient-mode) works with Emacs' http server, not requiring to install another package: https://stackoverflow.com/questions/36183071/how-can-i-preview-markdown-in-emacs-in-real-time/36189456
Oh, I'll add that impatient-showdown uses the Showdown JS library with a CDN, so indeed we don't need to install a npm package as I thought at first sight. Thanks.
per commit https://github.com/diogoalexandrefranco/cl-strings/commit/516ead136d0eca4f60c44e2a8686465633157fd2 it looks like the portable issue of `make-template-parser` is fixed. ps: this is a much needed library IMO ! It just has to be referenced a bit...
There is no more the `s` nickname per commit diogoalexandrefranco/cl-strings@642b468
ping for this issue will get clack-errors removed from QL january update: http://blog.quicklisp.org/2018/01/build-failures-with-asdf-331.html
Hi, this url to the doc is broken: http://eudoxia.me/crane/docs/manual.pdf There's http://eudoxia.me/crane/ but it's not really a doc. Regards
A minor suggestion: add a `(use-package :crane)` after quickload, for noobs to try easily, without hitting a "#+UNDEFINED-FUNCTION SETUP".
Good points. We avoid linking to blog posts in the middle of the page though. We either write content, either use the section for that at the bottom.
yes, can you add this "See also… link" at the end of the Vim entry, above he Atom section?
Thanks for reporting. Is there a corresponding Clack issue? What is the code to change, this? ```lisp (defvar *chat-handler* (clack:clackup #'chat-server :port 12345)) (defvar *client-handler* (clack:clackup #'client-server :port 8080)) ```