James Szalay

Results 19 issues of James Szalay

In my initial PRs I covered a few places where caddy replacers should be used. I'm not quite familiar where standard is to use them. I'm sure there are more...

My thoughts for a test plan. For each tunnel type test the following: * parse * provision * replacers For ngrok.go test: * parse of toplevel options * basic parse...

Surface the following Tunnel Option: ```golang // https://github.com/ngrok/ngrok-go/blob/main/config/mutual_tls.go type mutualTLSEndpointOption []*x509.Certificate // WithMutualTLSCA adds a list of [x509.Certificate]'s to use for mutual TLS // authentication. // These will be used...

**What type of PR is this?** > Uncomment one line below and remove others. > Bug fix **What package or component does this PR mostly affect?** cmd/fetch_repo **What does this...

### What version of gazelle are you using? 0.37.0 ### What version of rules_go are you using? 0.48.0 ### What version of Bazel are you using? 7.1.2 ### Does this...

When a project depends on multiple projects only the first detected non applied is provided in the message, rather than all of the non applied roots. https://github.com/runatlantis/atlantis/blob/ee1134f4806c9f7de15a2f5384f32e6c7f566aec/server/events/command_requirement_handler.go#L75-L80

With the default flags (https://buildkite.com/docs/agent/v3/configuration#git-fetch-flags): ``` buildkite-agent pipeline upload .buildkite/upload-steps/unit-tests.yml Reading pipeline configs from [".buildkite/upload-steps/unit-tests.yml"] Updating BUILDKITE_COMMIT to "d9ad0ec59b9247d59e1f13ef2a65e8da7d05e952" ERROR Couldn't determine git diff from upstream, not skipping any pipeline...

**Describe the bug** ``` missing value for mandatory attribute 'pack' in 'go_toolchain' rule ``` **To Reproduce** ``` bazel_dep(name = "rules_go", version = "0.57.0") go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk") go_sdk.host() ``` **Expected...

type: bug

**What happened**: ``` Warning FailedCreatePodSandBox 2m6s (x62 over 15m) kubelet (combined from similar events): Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network...

bug