Markus Hartung

Results 31 issues of Markus Hartung

I see that there are a pipeline setup for the repo, it does however just build on windows. Regarding the move to System.Text.Json and the question of increasing test coverage...

help wanted
build & deployment

``` $ git tfs clone http:///tfs/KPP $/WIPS2/Source/Main -u foo -p bar --resumable --debug No authors file used. git-tfs version 0.25.1.0 (TFS client library 14.0.0.0 (MS)) (64-bit) Looking for assembly Microsoft.TeamFoundation.VersionControl.Common.resources,...

I have this small Program.cs: ``` using Microsoft.AspNetCore.Mvc; var builder = WebApplication.CreateBuilder(args); var app = builder.Build(); app.MapGet("/", () => Results.Ok(new Response { Foo= "Hello World!" })); app.MapPost("/", ([FromBody] Request request)...

I'm using latest from main on arch. I get segmentation fault when used with gamescope: ``` % AMD_VULKAN_ICD=RADV gamescope glxgears No CAP_SYS_NICE, falling back to regular-priority compute and threads. Performance...

I think it would be neat to use source generators for creating a minimal API using the refit interface. I have created a small PoC of that in action. The...

This library targets .net standard 2.0 so it can be used in a .net framework 4.8 project. However if doing so you need to add your own middleware to get...

It's almost two years since last commit in main. There is some outstanding PRs waiting to be completed, from what I understand this project is a one-man show with @stevejgordon...

I love this program as it's the easiest way of getting my steam deck and main rig save games in sync. The only thing missing to get it even better...

I have a Teltonika RUTX11 mobile internet router. It's having issues that makes my router to loose IPv6 connectivity after a while. ``` root@Teltonika-RUTX11:~# ping6 ftp.sunet.se PING ftp.sunet.se (2001:6b0:19::165): 56...