Josh
Josh
Yes, can you please add this to quicklisp, the pretty print feature is exceptionally useful :)
An officially supported migration tool is required for more adoption of dendrite.
Just checking in to see how progress is going on that tutorial 10 years later :joy:
My stickerpicker widget does not work either.
Just had to reduce my concurrency and message rate to 1 in order to send through mailgun correctly.  Listmonk would say 202 While Mailgun would say 26  Reducing...
> I've added support for enclosures, but I'm not sure what you mean by encoding namespaces. Thanks for that. :+1: Name spaces look like this googleplay:owner or dc:creator 
I was also going to ask why such heavy use of ppcre is used when many functions could be replaced with plain CL?
```lisp (define-compiler-macro substitute-first (&whole form &rest args) (declare (ignore form)) (destructuring-bind (old new string) args (if (and (constantp old) (characterp old) (constantp new) (characterp new)) `(%substitute-first-character ,old ,new ,string) `(%substitue-first-string...
Same problem here. Need to liberalize the slot type specifiers for CL-ISAAC:ISAAC64-CTX or its broken..
I am not explicitly disabling connection pooling. ```lisp # -------------------- The object is a STRUCTURE-OBJECT of type SB-SYS:FD-STREAM. IN-BUFFER: NIL CIN-BUFFER: NIL IN-INDEX: 512 IN: # BIN: # N-BIN: #...