Konrad Hinsen
Konrad Hinsen
I have a parser with non-trivial actions (`==>`) on several nodes, and I wonder how I can debug problems in the action code, given that `==>` absorbs all exceptions, even...
The landing page says: The sky’s the limit as IPLD allows you to work across protocol boundaries. Having the sky as a limit sounds like a serious problem when going...
Following your instructions, I end up typing "bb clerk-watch", which (after five minutes, tons of downloads, and a couple of medium-scary warnings and error messages) opens a browser tab showing...
I would like to create a process without any environment variables, but my conclusion after a study of the code is that it isn't possible. The key comment in `OSSUnixSubprocess>>#buildPrimitiveEnvArgument`...
The class comment on `OSSUnixSubprocess` gives an example for output redirection saying ``` redirectStderrTo: '/tmp/stderrFile.txt' asFileReference writeStream ``` This no longer works because of the new file stream implementation. Is...
I see my own posts via an instance of `AppBskyActorDefsProfileViewDetailed`. Fine. But when I click on the avatar of a card, I get a `AppBskyActorDefsProfileViewBasic`, which has less information and...
The screenshot below shows on the bottom a post by someone else that I reposted, but it is shown with my avatar on it. This happens with all reposts from...
When I replace the content of an element via `clog:inner-html`, any `` elements with inline code in the supplied HTML are executed, but the detailed rules for this execution are...
`repl.lisp` starts with ``` Guix (load "~/quicklisp/setup") ``` followed by ``` (let ((*standard-output* (make-broadcast-stream))) (ql:quickload "cl-readline")) ``` This requires Quicklisp to be installed in `~/quicklisp`. Guix users (see #36) normally...
In `ciel.asd`, the version is defined as `"0.2-202408-QL202310"`. Upon loading, ASDF complains that this is not a version number to its liking. As a consequence, the ASDF system object for...