Michael Stapelberg
Michael Stapelberg
Verify this doesn’t break anything. Check where it works.
If easy enough (and without negative side effects for other environments), perhaps we could put client ip and rsync module as structured fields into our log messages when running under...
This way, users can wrap DirectTCPIPHandler with behavior, e.g. waking up a powered-down machine before proxying packets to it, and sending that machine back to sleep once no more connections...
I wanted to try out a, but it’s tiny on my monitor. I set `Xft.dpi: 288` in `~/.Xresources`, translating to 300% scaling. Could hidpi support be added please? :)
With the following .proto file, I get different results between protoc and the protoreflect package: ``` syntax = "proto2"; service ReproService { option (.api.service) = { collection: { name: "repro"...
We should add a distri entry to https://gitlab.com/libosinfo/osinfo-db/-/tree/master/data/os This will allow users of `gnome-boxes` to easily create a distri VM :) One wrinkle is that we must use `` instead...
https://www.ventoy.net/ seems pretty cool, but only works with ISO images, not disk images. distri currently only offers disk images. Maybe we should try to generate an ISO image. Maybe these...
Current size is 1.07 GB uncompressed, 324 MB compressed. docker or the docker hub seems to transparently compress, so the progress output shows me that I’m uploading 1.07 GB, but...
* [x] figure out how zstd over HTTP is typically done for maximum compatibility * the client sends e.g. an `Accept-Encoding: gzip, deflate` header * the server replies with a...
Currently, when installing a new package, any systemd services which that package contains are not automatically enabled. We should offer a knob to make it so. Also, when updating a...