Holger Schurig

Results 11 comments of Holger Schurig

> **[POLL]** docker-machine is [deprecated](https://docs.docker.com/machine/). I was thinking of removing support for it. Make some noise if you disagree wink Funny, because podman recently implemented new things to it's "podman...

I learned that only "podman network ls" doesn't support this filter. Interestingly, "podman image ls" and "podman volume ls" support it: ``` schurig@desktop:~$ podman image ls REPOSITORY TAG IMAGE ID...

Hmm, GitHub doesn't allow me to attach the notmuch.h file for your convenience --- or I am too dumb. So I uploaded it to 0x0.st instead. Here is the link:...

@pt300 @themobiusproject I just checked out the experimental branch that contains this patch. However, now example/simple.c doesn't parse the JSON in it anymore. This here still works: ``` {"user": "johndoe",...

Even on Linux the folder can have any name. This is because Rack search in all folders below plugins/ and will try to load any plugin.so it finds there. The...

Well, this half-a-year-old bug hasn't been fixed by anybody. So I guess no one really cares about bug reports. I can at least the this project to compile if I...

This is IMHO not a piHPSDR question, so I'd suggest that this issue get closed. piHPSDR uses ALSA. **Any** program that uses ALSA can be made to use PulseAudio, e.g....

The commit that introduced this behavior was https://github.com/mono/libgdiplus/commit/215632d4f8a98d4083e91395f4efe33fe369a091 Doing this: ``` git checkout 215632d4f8a98d4083e91395f4efe33fe369a091^ git clean -fdx ./autogen.sh make -j8 && sudo cp -v src/.libs/libgdiplus.so.0.0.0 /usr/lib ``` will make the...

Manually reverting hunks revealed that the following change introduced the crash: ``` @@ -800,27 +799,35 @@ GdipCreateBitmapFromScan0 (int width, int height, int stride, PixelFormat format case PixelFormat16bppRGB565: /* fake them...

Addendum: this advice with before and after might not be possible, what you would need is some buffer-local advice (local to the org-agenda). If you look up advice-add, you see...