Josh

Results 22 comments of 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. ![image](https://user-images.githubusercontent.com/10334164/237017858-a28f4c6a-3be6-41a4-8798-55a8cdef4fd4.png) Listmonk would say 202 While Mailgun would say 26 ![image](https://user-images.githubusercontent.com/10334164/237017928-9c99ef4b-670c-4516-b557-f8e47c45d39c.png) 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 ![image](https://github.com/ruricolist/cl-feedparser/assets/10334164/16826d20-8357-421b-b270-6434cd98e612)

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: #...