Nick Snyder
Nick Snyder
Here is a working library if you are interested: https://github.com/nicksnyder/base62
protoc-gen-validate is in maintenance mode and we will not be adding new language support to it.
As a point of reference, we recently investigated adding support to Dependabot and [concluded that there wasn't a viable path to making something useful](https://github.com/bufbuild/buf/issues/1022#issuecomment-1995760171). The key challenge is that it...
"Which messages are missing translations" is a question that seems best answered offline. In fact, the `goi18n` command has a workflow that generates a file for you with all missing...
> messages / IDs for which translation are not available in the translated json file. correct, but goi18n can produce a file that contains all missing translations (this doesn’t need...
This change is just to enable you to write something like `i18n.M` instead of `i18n.Message`? I am currently hesitant to merge a change like this, it seems unnecessary, and I...
I am reopening this issue because we have recently started to consider how we might enable others to write custom lint plugins that can enforce custom lint rules. We don't...
Thanks for the suggestion. We are going to be doing some work on the actions soon and I have captured this idea in the plan.
Can you be more specific why you need this? It seems like you can pass around a Localizer however you want in your project, but I don't see the benefit...
Hello, we have recently v1 buf's new GitHub action [buf-action](https://github.com/bufbuild/buf-action) which is the recommended way to use Buf in GitHub Actions moving forward. Closing this PR since we don't plan...