Samuel McBroom
Samuel McBroom
**Describe the bug** In SwiftUI 3, support was added for using a binding of an element in a collection. ```swift struct ExampleView: View { @State var directions: [Direction] = [SomeIdentifiableStructWithFields()]...
Hi! I am trying to cross compile for ubuntu `x86_64` and `arm64` architectures. I followed the steps on the readme and cloned the repo and ran `swift run swift-sdk-generator`. However,...
Hi! I recently started using CodeQL for checking my GitHub Actions via the [Default Setu](https://docs.github.com/en/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning#requirements-for-using-default-setup)p. I also use Dependabot for version management. I noticed on my Dependabot PRs that I...
When trying to install `direnv` using the flake (with a commit pinned to v2.36.0) using the latest `nixpkgs`, I get the following error: ``` error: Go 1.22 is end-of-life and...
# Bug Report --- ## Describe the bug When setting the `node_count` of a node pool (either the default node pool or a separate resource) to 0, no change is...
I was trying to install `eza` `v0.23.3` from a flake (using the commit associated with that version). I passed in a latest `nixpkgs` commit (https://github.com/NixOS/nixpkgs/commit/5263bc6f38b908d53e3e27e3b023f9627c5ea136 for example) and the package...
**What would you like to be added**: An option that enables `external-dns` to remove all existing created records on shutdown. **Why is this needed**: I have some Terraform that creates...