Grim Schjetne
Grim Schjetne
What's the status on the upcoming documentation? This looks like a very interesting project, a manual would really lower the barrier to start experimenting with it.
The following test case causes an intermittent `UnfinishedVerificationException` in our CI system when `verify(mocked)` is called. It works perfectly every time on developer's own machines. It also gives the correct...
Any values in `bytea` columns get replaced with `NULL` when pasted.
Starting at nonsequitur/smex@9af674699b7beeaa6670b96a207eaea94f96ac61 smex wants to store its data as `smex-items` instead of `.smex-items`
In starter-kit-lisp.org: ``` elisp (defalias 'sldb-toggle-details 'slime-jump-to-trace) ``` This makes inspecting stack frames in the SLIME debugger fail with the following message: ``` Search failed: "[0-9]: \\([^$(]+\\).*?\\([0-9]*\\))" ``` I suppose...
https://quickref.common-lisp.net/json-mop.html looks quite bad.
https://json-schema.org/ This is useful for many things, like automatically generating a CLOS hierarchy from a schema to consume, or generating a schema for other applications to use when consuming JSON...
[This ](https://github.com/Zulu-Inuoe/jzon) seems to be the gold standard for JSON processing in Common Lisp these days. It also has the advantage of having a stream oriented parser, which saves the...
For some reason the pipeline [hangs for hours, perhaps indefinitely](https://github.com/gschjetne/json-mop/actions/runs/5822740626) on the Roswell install step for Clozure Common Lisp. We should find out why and get it working again.