Results 17 issues of David Lobe

We have defined some extra properties: ``` // API tags applied at the message level extend google.protobuf.FieldOptions { mycompany.api.ResourceName resource_name = 818181; } ``` And make use of them like...

bug

What do you think about supporting Sendgrid? In my case that's the tool we are using internally for our mailing, so being able to deploy our own burner.kiwi instance but...

Feature request

What is the problem I am trying to address? Translating the term "office hours" to spanish. How is the fix applied? Adding the translation to `docs/content/_index.es.md` Mention the issue number...

Megacheck, unused and gosimple had been deprecated in favor of staticcheck. https://github.com/dominikh/go-tools/tree/master/cmd/gosimple https://github.com/dominikh/go-tools/tree/master/cmd/megacheck https://github.com/dominikh/go-tools/tree/master/cmd/unused So I think it makes sense that we remove them in golangci-lint and go through staticcheck...

topic: cleanup
dependencies
pinned

Correct me if I'm wrong, but the only way to know if the timestamp format is right, is to evaluate the expression? Wouldn't be nice to know that before, at...

enhancement

Is there any ETA for a full linux release? I am a paid user who switched from MacOs to linux, and as-is this alpha is unusable for me, I'd rather...

Maybe we should also support: `generator protoc-gen-go-json hasn't been updated to support optional fields in proto3` _Originally posted by @elvizlai in https://github.com/mitchellh/protoc-gen-go-json/issues/9#issuecomment-837636022_

Hello, I am using OSX 10.14 along with kustomize v3.0.0, cannot make build work. When I run: ``` go build -buildmode plugin -o SopsEncodedSecrets.so SopsEncodedSecrets.go ``` I get this output:...

**What problem are you facing?** I'd like to provision a Cloud Run Service resource. **How could Crossplane help solve your problem?** Implement GCP Cloud Run managed resources from this API...

enhancement
services

Add reply_to_list functionality. It just implements a feature that is available on api but not yet on the SDK (and should). ### Checklist - [x] I acknowledge that all my...