Mariano Montone
Mariano Montone
I'm not sure you can. You could pass preprocessed values and work with that: ```lisp (defun plist-values (plist) (loop for v in (cdr plist) by #'cddr collect v)) (let ((foods...
This is related probably: https://github.com/marijnh/Postmodern/commit/0d0667f141a984f0112f0fad4843297fca212e01 A problem with newer versions of ASDF
Yes. CDN mentioned here doesn't work: https://tabler.io/docs/icons/webfont
> Sure. I will do it later (please remind me if it isnt done in a day). The license should be MIT. :point_up: :smiley:
The easier way is to do it from Github UI. Has a custom UI for adding LICENSES. Go to "Add file", "Create new file", and then "License". You can choose...
@vindarel btw, I've published a linked PDF version of CLtL2 here: https://github.com/mmontone/cltl2-doc (you may want to add somewhere as a CL doc resource?) I overlooked that book. It has the...
Nice! Thanks
Will add soon. Thanks for reporting.
Strings text properties are inspectable now
Using object-intervals now.