Derek Perkins

Results 72 issues of Derek Perkins

## One Binary to Rule Them All This came up in #7433 about consolidating Docker images. We're artificially inflating the amount of installation and operational complexity by having all the...

Type: RFC
Component: CLI

### Overview of the Issue Migrating to vtadmin from the old vtctld app, I noticed that vtadmin doesn't list all tablets, seemingly just healthy ones. ``` $ vtctlclient -server localhost:15999...

Type: Bug
Type: Enhancement
Component: VTAdmin

We should be able to introduce ordered queues, similar to GCP PubSub and AWS SQS, without necessarily introducing a lot of extra overhead. Initial implementation thoughts below: 1. Declared at...

Type: Feature Request
Type: RFC
Component: Messaging

### Check for existing issues - [X] Completed ### Language Go ### Tree Sitter parser link _No response_ ### Language server link https://github.com/nametake/golangci-lint-langserver/ ### Misc notes `golangci-lint` can be very...

language

I'd love to use this off of cdnjs. https://github.com/cdnjs/cdnjs Do you already deliver to npm? cdnjs has a setting to automatically pull from npm every 4 hours, so after an...

Would you be open to a PR that imports https://github.com/wappalyzer/wappalyzer/blob/master/src/categories.json on a cron, similar to how technologies are pulled weekly, to make category data available?

I am using https://github.com/GoogleContainerTools/skaffold to deploy to an AKS cluster, but it's annoying to have to re-run `az acr login` every hour or so. Someone suggested to use this credential...

### Overview of the Issue We have a query that does aggregation in the `SELECT`, which is then referenced in `HAVING`. The query planner appears to try to optimize the...

Type: Bug
Component: Query Serving
Needs Triage

I think this gif from the Square post is super helpful when describing Vitess. I think we should make a better version of it and put it on the homepage....

p2

The bucket name is currently only accessible via the Attrs() network call, and can be trivially returned from the bucket handle. Today we have to pass around a `BucketHandle` and...

api: storage