alfa-alex
alfa-alex
### What version of gRPC are you using? `google.golang.org/grpc v1.48.0` ### What version of Go are you using (`go version`)? `go version go1.19 linux/amd64` ### What operating system (Linux, Windows,...
I use to install binaries like these via `go get`. This is impossible due to the following error: ``` go get: github.com/rogchap/wombat@none updating to github.com/rogchap/[email protected]: parsing go.mod: module declares its...
Moved from https://github.com/axllent/mailpit/issues/15#issuecomment-1285295908: The structs used for the API response are currently a bit scattered over the project (like `apiv1.MessagesResult` and `storage.Message` or `storage.Summary`). Is there any chance you could...
Mailpit currently tags releases with strings like `1.2.3`. Unfortunately, `go.mod` requires version tags to be prefixed with a `v`, e.g. `v1.2.3`. Could you switch to this way of version tagging?...
In https://github.com/scylladb/gocqlx/pull/190 I forgot to update the comment of `GetQueryContext` as well. This PR fixes this.
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/keto/blob/master/CODE_OF_CONDUCT.md). -...
### What happened? After upgrading to `v1.50.x` (tried with both `v1.50.0` and `v1.50.1`), I cannot log in to FusionAuth anymore. After login, I'm getting presented the login screen again (and...
### Preflight Checklist - [X] I could not find a solution in the existing issues, docs, nor discussions - [ ] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Describe the...