Shabakett Systems

Results 5 issues of Shabakett Systems

public static T Rest(string baseAddress, int requestTimeoutSeconds, params string[] defaultRequestHeaders) { var httpClientHandler = new HttpClientHandler { ServerCertificateCustomValidationCallback = (message, cert, chain, errors) => { return true; } }; var...

https://stackoverflow.com/questions/74385426/how-to-force-fetch-using-libgit2sharp

A great option to be added is: Commands.Run(string repoUrl, params string[] commands) method. Examples: ``` Commands.Run(@"D:\repo", $"ls-remote {fromRepo} refs/heads/master"); Commands.Run(@"D:\repo", $"fetch --force --progress {fromRepo} master"); Commands.Run(@"file:///D:/repo", $"checkout master"); Commands.Run(@"file://localhost/repo", $"reset...

how to use rathole and nginx to achieve the same result as these frp conf: server : frps.ini [common] bind_port = 7000 vhost_http_port = 7080 subdomain_host = example.com [plugin.authentication] addr...

enhancement

is it possible to make a 32bits installer for v14?