Michael Tibben

Results 6 issues of Michael Tibben

Use of gojay was removed here https://github.com/TechEmpower/FrameworkBenchmarks/pull/5617/files#diff-bca63398f0dfff839640db73d8002778b89d6348957a6a9b990f988b874b9533L17

From https://cloudonaut.io/aws-security-primer/ > Besides IAM Policies, some services use additional authorization mechanism. The services with their own authorization mechanism are: > > - SNS and SQS: A Topic Policy or...

### Background The current best-practice to track tool dependencies for a module is to add a `tools.go` file to your module that includes import statements for the tools of interest....

Proposal

The Homebrew distribution does not sign the aws-vault binaries, while the "cask" distribution does. ❌ `brew install aws-vault` -> unsigned binary ✅ `brew install --cask aws-vault` -> signed binary All...

Could you tag a new stable release so that distributions like [homebrew](https://formulae.brew.sh/formula/makefile2graph) can pick up the new features recently added? Suggestions: - update the [`M2G_VERSION`](https://github.com/lindenb/makefile2graph/blob/master/make2graph.c#L46) - use [Semantic Versioning](https://semver.org/) (instead...

### Describe the feature As mentioned [here](https://github.com/stripe/pg-schema-diff/issues/129#issuecomment-2096426847), add support for diffing [domains](https://www.postgresql.org/docs/current/sql-createdomain.html). A domain is a type with a constraint. ### Motivation Currently when running `pg-schema-diff` I get errors like...

enhancement