Daniel W. D.

Results 6 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`