Georgios Kampitakis
Georgios Kampitakis
fixes #88 - [ ] Update documentation - [ ] Decide whether the snapshot name should be rewriten to match the go test framework - [ ] test it doesn't...
In my company, we are using this library. I am guessing it's no longer maintained but I thought it would be worth creating an issue, in case someone else comes...
As per issue https://github.com/grpc/grpc-node/issues/2775, this pr adds support for overriding the authority on DNS resolver.
This is an initial work towards #100 - [ ] Backward compatible - [ ] Test edge cases - [ ] Update docs - [ ] Unit testing - [...
Hey 👋 Trying to access [MinIO Rust Client API Reference](https://minio-rs.min.io/) from README.md, but it's not accessible. ``` host minio-rs.min.io Host minio-rs.min.io not found: 3(NXDOMAIN) ```
The api right now looks like Calling the first time ```go t.Run("my test", func(t *testing.T) { user := struct{ Name string }{ Name: "george", } snaps.MatchInlineSnapshot(t, user, nil) }) ```...