r0man

Results 138 comments of r0man

@bbatsov I added a section about Clojure Spec versions to the docs. Regarding the use of the `cl-` functions, I don't mind, but let's do it in another PR? It's...

@bbatsov This one would be ready from my side. Would you like to take another look please?

@jeffvalk Some integration tests with databases, message queues etc involved take easily > 10sec :(

Progress would be also nice. The most important thing to me is to see failing tests and their error message as early as possible.

I think I found the issue I was talking about. Let me add another test for this and a fix.

The plz-get-json-slow-process-filter demonstrates the issue that raises this error: ``` Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)

@alphapapa Ok, I think I got it working. I deadlocked myself by trying to use `sleep-for` or `sit-in` in plz and the tests at the same time. I learned about...

I tested this now with Ellama and the llm library and haven't noticed any issues so far.

Hi, yes, makes sense. I agree this process filter stuff is tricky. Even my "solution" took me a while. I will try to see how I get it fixed in...