Michael Fridman

Results 82 issues of Michael Fridman

There are a few outdated things, and a goose number of highly requested features have been implemented. Let's take a pass over the ./README.md and clean it up / improve...

Docs

This PR stubs out a new`cli` package for `goose`. **There are no changes with the existing `goose` CLI code** and everything is gated behind a feature flag `GOOSE_CLI=1`. ## Some...

experimental

This PR adds a `*database.StoreController` type to allow us to extend goose behavior without breaking the core `Store` interface. We can document any optional methods by having a well-defined type...

experimental

### Question Periodically, we see the following error: > server error (FATAL: Cloud SQL IAM service account authentication failed for user ">@.iam" (SQLSTATE 28000)) This happens in background jobs that...

type: question

Update goreleaser/goreleaser-action to v5

This plugin has been mentioned several times in the [Slack channel](https://buf.build/links/slack). I created this issue to assess its potential as a plugin and to gauge community feedback. It might not...

Feature

## Mandatory **Where is the source code for the plugin?** https://github.com/googleapis/gapic-generator-go/tree/main/cmd ## Optional **Does the plugin have a valid semver version?** Yes. https://github.com/googleapis/gapic-generator-go/releases Latest as of this writing is `v0.43.1`....

Feature

### Description Typically users rely on the [`Aux` field](https://github.com/moby/moby/blob/f9522e5e96c3ab5a6b8a643d15a92700ca864da6/pkg/jsonmessage/jsonmessage.go#L157) to get at the digest following a successful push using `ImagePush`. Specifically, something like this can be done on the caller...

status/0-triage
kind/feature

Quick PR to see whether this makes sense. Something that bugs me is the inability to set flags after positional arguments. E.g., sometimes I want to toss a `-v` (verbose)...