Samuel Lang
Samuel Lang
## Expected Behavior We are happy to use this great tool! However we are also somwhere uncertain about the release concept of this project which is not working well with...
Debugging via GDB stub is available: https://github.com/esp8266/Arduino/tree/master/libraries/GDBStub Would be a killer feature for PlatformIO! --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/47388424-add-debugging-via-gdb-stub?utm_campaign=plugin&utm_content=tracker%2F38211776&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F38211776&utm_medium=issues&utm_source=github).
**Describe the feature** Karpenter nodes are not bound to a Autoscaling Group. Filter on `tags` via `check-asg-tag-before-draining` is scoped to ASG only, so it is not possible to filter nodes...
ref: https://aws.amazon.com/de/blogs/aws/new-application-load-balancer-support-for-end-to-end-http-2-and-grpc/ Currently HTTP/2 is only half way implemented, that is the ALB can be configured for HTTP/2 but the TargetGroup is not configured. This is probably due to the...
HTTP/2 is enabled per default for the load balancer, but for the target group! According to this announcement and the AWS console the target groups do support HTTP/2 as well....
adding `NodePublicKey` or `KeyName` property to `eks.ClusterNodeGroupOptionsArgs{}` breaks the generator for the LaunchConfiguration. Then, any other property in `eks.ClusterNodeGroupOptionsArgs{}` is ignored and reset to default values! ## Expected behavior it...
/kind bug **What happened?** The same issue as #178 and #569, still not solved. After the EKS driver container is replaced (i.e. by terminating the driver process or upgrading the...
Erroring out, unaware of changes: ``` panic: interface conversion: interface {} is nil, not string goroutine 1 [running]: github.com/common-fate/granted/pkg/cfaws.(*Profiles).GetFrecentProfiles(0xc000255980) /Users/runner/work/granted-cli-build/granted-cli-build/granted/pkg/cfaws/frecent_profiles.go:59 +0x5d0 github.com/common-fate/granted/pkg/assume.AssumeCommand(0xc0000a3340) /Users/runner/work/granted-cli-build/granted-cli-build/granted/pkg/assume/assume.go:216 +0x64c github.com/urfave/cli/v2.(*Command).Run(0xc0001c3180, 0xc0000a3340, {0xc000034220, 0x1, 0x1}) /Users/runner/go/pkg/mod/github.com/urfave/cli/[email protected]/command.go:271...
It was surprising to me to learn that `omit` and `pick` do not support a pipe signature, as it reads natural to me. `{{- range $key, $value := include "myConf"...
**Describe the bug** similar issue to #1939 but the issue is under all conditions, even when `inlinePolicy` is set. This is a critical issue in our CI/CD since we are...