vindarel
vindarel
That's a good todo list :) I can't use pirate-get ATM because I can't reach proxybay.co/list.txt. I imagine doable to have a `[Mirrors]` section where one can add the mirror(s)...
+1. How to do that ? Is there an alternative syntax ? It's a blocking point :/
guys, I picked this on caveman: (syntax:use-syntax :annot) ;; instead of (annot:enable-annot-syntax) it doesn't appear on cl-annot doc, but it works. I can `C-c C-c` new routes.
Hi, I was looking for `sudo`, and it's working with `uiop:run-program`: (uiop:run-program '("sudo" "htop") :output :interactive :input :interactive) (note the use of the visual `htop` command, works fine too). Could...
I had a try here: https://github.com/ciel-lang/jonathan/commit/f7c971fc286bd5f8aeb970c26b11712ab6937f80 > cl-annot is still required for progn-form-last and progn-form-replace-last (but without the reader syntax). I stopped because of the use of cl-annot-prove in circle.yaml...
mmh. pythonic-string-reader uses named-readtables. In my stacktrace I see a call to `(CL-SYNTAX::%USE-SYNTAX (:CL-ANNOT))` which wants to `(merge-readtables-into *readtable* syntax) )`. I wonder if this expected behavior from cl-syntax, because...
Sure, here it is: https://github.com/smithzvk/pythonic-string-reader/issues/3 if not the correct place, it should be a better place than jonathan's issue tracker.
Ab-so-lu-te-ly, thank you in advance. I might ping you in future PRs too ; )
Ok, no pb for Jekyll we have a slightly outdated stack. You could also enable Github pages of your fork and check the result there, but as you said there's...
> with a custom CL domain did you see https://github.com/russell/sphinxcontrib-cldomain/ ? It works©, I set it up for an unpublished project. (it wouldn't work for the Cookbook, for which it...