drauch

Results 29 issues of drauch

Is there any reason why the "git fat push" and "git fat pull" commands have not been put into git hooks and are executed automatically? E.g. execute git fat push...

After solving my Python version problem, git fat push / git fat pull executes smoothly. However, when trying to stage my first binary file, I get the following error: ```...

I'm updating my bloodhound instance like so: ``` tagsBloodhound.local = newList; tagsBloodhound.initialize(true); ``` Still, my corresponding typeahead's default suggestion list (`minLength:0`) does not show the new values in `newList` until...

Is there a way to access the client certificate sent by the client?

* List of [NuGet packages](https://github.com/microsoft/ApplicationInsights-dotnet#nuget-packages) and version that you are using: 2.22.0 * Runtime version: net8.0 * Hosting environment: AKS Windows K8s container ### Describe the bug The ApplicationVersion reported...

bug

Would be nice if this great contribution library would be ported to v8 resilience pipelines. Any chances? Best regards, D.R.

### Describe the bug I'm using the following server settings: ``` _mockSignPathApi = WireMockServer.Start( new WireMockServerSettings { Port = 8888, ClientCertificateMode = ClientCertificateMode.AllowCertificate, AcceptAnyClientCertificate = true, UseSSL = true });...

bug

**Is your feature request related to a problem? Please describe.** Yes. A NSwag-generated .NET/C# API client (System.Text.Json) is not AOT-compatible. It is using Reflection-based serialization & deserialization. **Describe the solution...

We use openssl cms in combination with your module to perform the signing operation from our PKCS#11 module. On all other OS we test on (Debian 11, 12, Ubuntu 24,...