Markus Hartung

Results 31 issues of Markus Hartung

The images under this page: http://dl.gnutux.fr/archuseriso/ipxe/ How did you generate them? I wanted to be able to have a fully diskless system which only boots over network. I followed this...

### Feature Idea ROCm for me atleast on RX 7800XT is quite unstable during the VAE decode step. That step seems to ignore the --reserve-vram argument and if the vram...

Feature

``` % cat /etc/nbd-server/config [generic] # The [generic] section is required, even if nothing is specified # there. # When either of these options are specified, nbd-server drops # privileges...

I was trying to replicate https://github.com/NetworkBlockDevice/nbd/issues/169 using latest from master branch. I noticed that nbd-client have an issue where the port number is ignored. First I startup my server: `sudo...

Added small auto-detect of arch and if AVX is avalible when building

It seems the marketplace version haven't been updated since 2022 but the code have gotten some commits since that time. Is there a way to install the master version in...

I had a gigantic compose.yaml file that didn't work. jq didn't properly identify the failing line, but YAMLLint did. I have cleaned up my compose.yaml with a smaller reproducing case....

bug
v4

I'm trying to write some tests and have message handlers in my DI, but when I'm running the messages fails to get its handler. I have written a small reproduction...

The method AddUrlGroup has a parameter named timeout, but that is a global timeout for testing all Urls and not the specific Url you're adding. Suggestion is to rename tiemout...

It would be nice to be able to add custom payload like this: ``` .AddUrlGroup(uriOptions: x => { x.AddUri(new Uri(builder.Configuration.GetValue("FooApiUrl")! + "/api/baz")); x.AddPayload(new { Foo = "bar" }); x.UseGet(); },...