Arnold Noronha

Results 16 issues of Arnold Noronha

I'm using ping as a keep-alive mechanism. I think my nginx reverse proxy kills the connection if I don't keep sending keep-alive pings.

Setting write-lock to nil, will mean that following requests will fail in a very cryptic way. For instance, if I close the browser tab, the connection gets closed. But I...

Or in particular, according to ASDF's source code, this should make it work on abcl, clisp, lispworks and allegro. Though I haven't tested on the others except Lispworks 7.1.2

https://github.com/gschjetne/json-mop/issues/1 handled the lisp->json direction. The json->lisp direction is still broken for inheritence. The patch is quite simple: ``` (loop for class in (closer-mop:class-precedence-list (find-class class)) do (loop for slot...

There are multiple little fixes here that I had to do to make bknr-datastore work with Lispworks. I don't completely understand each of the changes, so I'll put inline comments...

On Lispworks. The library is generally stable, but occassionally after many months of running the random number generator gets into this state. I'm calling this from multithreaded code, but protected...