Steve Coffman
Steve Coffman
Hello! This is sort of a weird pull request, and I hope you will forgive me. I absolutely loved your code, and we are actively using it at work, with...
Updating all module dependencies to the latest version causes a few WebSocket tests to fail. I wonder if @telemenar or @RobinCPel knows why updating mitchellh/mapstructure to 1.5.0 seems to break...
Thank you for a very, very fast and lightweight tool! It's already proven it's value. #5 looks like it added a control channel option to backup and restore the KV...
This allows for usage of things such as basic auth, and other features that node's built-in url library support that `got` expects. Confirmed that it no longer threw the error...
@PaulMaddox `Fn::GetAtt` intrinsic function is listed as **unsupported** [here in the README.md](https://github.com/awslabs/goformation#aws-cloudformation-intrinsic-functions) however, I see you added it in #68 which was in [goformation 1.2.0 release](https://github.com/awslabs/goformation/releases/tag/v1.2.0) in September.
I would really appreciate some Golang snippets demonstrating [manage-group-members](https://developers.google.com/admin-sdk/directory/v1/guides/manage-group-members) operations, especially checking group membership, adding members to a group. ``` package google_groups_sync import ( "context" "io/ioutil" "log" "strings" "time" "github.com/dxe/adb/config"...
## Feature Request: Please consider supporting [Graphql Federation](https://www.apollographql.com/docs/apollo-server/federation/federation-spec/). This does not necessarily mean implementing all of the Apollo Federation Spec in this library, but just what would be necessary for...
The authors of the [lib/pq](https://github.com/lib/pq) library are encouraging new projects to use [pgx](https://github.com/jackc/pgx) instead: > This package is effectively in maintenance mode and is not actively developed. Small patches and...
If you could provide an example of how to expose prometheus metrics, that would would be very nice. If you could provide an example of how to do so to...
Currently, we have automation that tags all of our container images with the git commit SHA1 of the source code that generated them. We would like to clean up old...