tyb-dev

Results 9 issues of tyb-dev

### Usage Information 6.0.0-beta0001 ### Relevant Code / Invocations ```code Nuke.Common.Tooling.SettingsEntityExtensions.NewInstance ``` ### Expected Behavior No exception ### What actually happened? Exception while using Docker Nuke wrapper ### Stacktrace /...

area:core
cost:high

Hello! How does upterm achieve forwarding of encrypted traffic of multiple users on the same port? It seems the token would be needed to determine where to forward traffic to...

https://github.com/nuke-build/nuke/issues/1138 I confirm that the pull-request: - [x] Follows the contribution guidelines - [x] Is based on my own work - [x] Is in compliance with my employer

### Description The current `RequirementService.ValidateRequirements` implementation fails on the first requirement that fails. This means the user needs to retry a couple of times until fulfilling all the requirements. Since...

enhancement

**Describe the bug** GitVersion fails with a `GitVersion.BugException` when pushing new commits to a running pipeline branch. The error message suggests that the HEAD moves unexpectedly during repo normalization. ##...

feature
stale

**Describe the bug** A clear and concise description of what the bug is. ## Expected Behavior Create a build with SemVer2 build metadata attached which is specific for a particular...

feature
help wanted

**Output of `dotnet --info`:** ``` .NET SDK: Version: 7.0.101 Commit: bb24aafa11 Runtime Environment: OS Name: Windows OS Version: 10.0.19044 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\7.0.101\ Host: Version:...

### Describe the bug I am doing a feasibility around implementing a cert-manager.io operator using KubeOps. In the cert-manager.io concept, certificate approvals are given via updating status.conditions field which does...

bug

### Problem CFSSL's PKCS#7 parser fails to decode valid degenerate PKCS#7 structures (e.g., certs-only bundles created via OpenSSL) with the error: ``` asn1: syntax error: sequence truncated ``` This is...