Sjors Gielen

Results 39 issues of Sjors Gielen

I've been investigating an issue where an application I developed seemed to occasionally list files twice, or not list them at all, under load. I've troubleshooted down the stack, and...

enhancement
bug

In this commit, many standard libc functions are renamed, e.g. from memcpy to __cloudlibc_memcpy. Also, weak aliases are added from the old name to the new name. In normal linking,...

I have a directory containing only go testing files, for integration tests. I.e.: ``` src/ foo/ impl.go # for implementation impl_test.go # for unit tests test/ impl_test.go # for integration...

Would it be possible to add check boxes such that only newly generated blocks are heard, not all transactions? This is an amazing project, by the way -- great idea,...

enhancement

I encountered an issue on macOS where under load, a `ls` on a cgofuse-mounted filesystem would sometimes show files twice, or not show some files at all. My application is...

I have the following snippets of code to override the Draggable default slot: ``` import { Draggable } from "@he-tree/vue3"; // ... ``` However, on the line of the ``,...

From the documentation, I can't find out how to set a minimum height for the VirtualizationList. I've tried setting the `.vl-items { height: 100% !important; }` but it is causing...

We use a Debian mirror (hetzner) whose URL is `http://mirror.hetzner.de/debian/packages`. This mirror is not recognized by the xt-guess-suite-and-mirror tool because of the following check: https://github.com/xen-tools/xen-tools/blob/422f682b37016d3d1df989265c5f7b34fdadcd33/bin/xt-guess-suite-and-mirror#L139 By changing `/debian/?$` into `/debian/?`...

improvement
intent to merge

I am having an issue displaying some specific CT images of JPEGLSLossy transfer syntax. I have a test case available. The test case displays: 1. `slice.dcm`: The original DCM image,...

I have the following in my `stash` container logs: ``` I0930 05:51:15.930910 1 commands.go:120] Backing up target data [golang-sh]$ /bin/restic backup /mnt/data/timemachine --quiet --json --host samba-0 --cache-dir /tmp/restic-cache --cleanup-cache E0930...