Josh Giles
Josh Giles
Referencing the release version is preferred, and plays nicer when resolving transitive deps. This change was created by manually altering the constraint and then running "dep ensure" with version 0.4.1...
Right now, realize tries to colorize the complete output of the commands it executes. However, some commands colorize produced colorized output (e.g. server logs with color-coded levels). When those commands...
Opening a feature request to add a plugin `grpc-ecosystem:grpc-gateway:protoc-gen-openapiv2` which would run `protoc-gen-openapiv2` to generate `%.swagger.json` from `%.proto` files.
**Feature Request:** Add an 'unseal' boolean parameter to `/sys/init`, defaulting to false. When passed, the Vault instance would unseal itself after initialization (before returning the unseal keys and the initial...
It would be extremely useful if we could express terraform module references with semver constraints: ``` terragrunt = { terraform { source = "[email protected]:example/example-terraform.git//modules/mymodule" version = "^1.0.1" } } ```...
## 🚀 Feature ### Summary An option for output similar to the current `openapi_naming_strategy=simple` output but unconditionally qualifying nested type names rather than only doing so dynamically upon collision. This...
### What do you want to change? ## Context https://github.com/sqlc-dev/sqlc/issues/1275 was resolved by adding `:batchexec`, `:batchone`, and `:batchmany` commands generating code for submitting multiple instances of the same query in...