Daniel W. D.

Results 9 issues of Daniel W. D.

After "updating" to `REBL-0.9.218`, I receive the following error: ``` Error loading nrebl.middleware: Syntax error compiling at (nrebl/middleware.clj:1:1). Syntax error compiling var at (/tmp/form-init4222078885548392034.clj:1:8722). Unable to resolve var: nrebl.middleware/wrap-nrebl in...

I cannot seem to manage defining a segment to display org-clock. When I add a custom segment, absolutely nothing happens. Currently, I have the following defined: ``` (telephone-line-defsegment my-org-clock-segment ()...

There is an issue with libc on aarch64, in that it has c_char aliased to u8, whereas on amd64 libc uses i8 for c_char. The result of this is that...

**Describe the bug** When activating `org-roam-ui-mode`, I encounter an error in emacs: ``` Error (websocket): in callback `on-open': EmacSQL had an unhandled condition: nil, nil, nil, ("SQL logic error" "no...

bug

Hi! I am trying to ingest samples, but run into the following problem: ``` _40b48cf415984c70a4ab49e225d7c8ef_21 samples = SAMPLE [2024-02-13 09:59:31.061] [tiledb-vcf] [...] [debug] Finalizing last contig batch of [1, 1]...

It appears the naming of two svg elements are incorrect. It would be great if those could be changed: - `animateTransformexample` => `animateTransform` - `animateMotionexample` => `animateMotion`

The document is not complete, but the process for loading CIEL into SBCL REPL has been verified to work. It's a start. I did not manange to make building the...

I am running into compilation errors on Apple Silicon when trying to `(ql:quickload :ciel)`: A compilation error occurs when running: ``` ; clang -o /Users/dot/.cache/common-lisp/sbcl-2.4.6-macosx-arm64/Users/dot/quicklisp/dists/ult\ ralisp/software/shamazmazum-jpeg-turbo-20201121072458/src/grovel__grovel-tmpDMIL0RV\ K.o -c -g -Wall...

platform:macos
bug:installation

I had a need to run the script on Linux aarch64, so I thought to revise the script to check for arm architecture on Linux as well.