gizmo icon indicating copy to clipboard operation
gizmo copied to clipboard

A Microservice Toolkit from The New York Times

Results 33 gizmo issues
Sort by recently updated
recently updated
newest added

If you are looking to build something simple, such as SimpleServer, but with just `net/http` and `gorilla/mux` you get the following stats: ```bash ~ ls -lh main 7.1M ``` ```bash...

Whether the input is Go code and the output is Swagger Spec Or whether the input is Swagger Spec and the output is Go Code API documentation should be locked...

Any server implementation should have a code generator that creates an idiomatic client for it where the end user has only two exported APIs: ```golang type Service interface { ......

Right now when panic is printed to stderr, there is no way to add any additional information, like headers or cookies.

While trying to run the [sqs-sub pubsub example](https://github.com/NYTimes/gizmo/tree/master/examples/pubsub), I keep encountering this error: > InvalidAddress: The address https://sqs.us-east-1.amazonaws.com/ is not valid for this endpoint. status code: 404, request id: 14c12121-5d1c-5583-a35d-73d68936cbf6dmcdonald@dmcdonald-mbp15:~/go/src/dmcdonald/pubsubspike/...

We should have notes in the examples/pubsub README to detail how to: 1. Creating an SNS, SQS, subscribing one to the other and enabling 'raw delivery'. 2. Setting up a...

https://github.com/nytimes/gizmo/blob/07c338b522c458c77cdb85b42b961bb11b743153/server/middleware.go#L59

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.29.1 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...

dependencies

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.29.1 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200501053045-e0ff5e5a1de5 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20200501053045-e0ff5e5a1de5&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies