Andrew Womeldorf

Results 6 issues of Andrew Womeldorf

[The yabai scripting addition must be loaded by a root user](https://github.com/koekeishiya/yabai/wiki/Installing-yabai-(latest-release)#macos-big-sur---automatically-load-scripting-addition-on-startup). Not running as root causes the service to exit (`1`) and restart after 10 seconds, and each restart causes...

Closes Issue #32 **- Summary** This adds the RS256 Signing Method to the valid Parser methods in `api/auth.go`. There are two new properties on the JWTConfiguration struct: `Method` and `Keyfile`....

**- Do you want to request a *feature* or report a *bug*?** Feature. **- What is the current behavior?** HS256 is the only supported signing method. **- If the current...

**Describe the bug** EC2 `InstanceTypeDef` - the Platform field is typed `NotRequired[Literal["Windows"]]`, which is so close to being correct it hurts that it's not 😂 - [AWS Docs](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Instance.html) indicate that...

🐞 bug

**Describe the bug** `ResponseMetadata` is being added to the EC2 `StateReasonTypeDef`, but it shouldn't be there as far as I can tell. - [AWS API Docs](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_StateReason.html) only show `code` and...

🐞 bug

**Is your feature request related to a problem? Please describe.** In order to `buf generate`, my environment must have `go` installed so that I can first install `protoc-gen-connect-go`. **Describe the...

enhancement