square/javapoet 8711
A Java API for generating .java source files.
square/wire 3419
gRPC and protocol buffers for Android, Kotlin, and Java.
A simple, static portal which outlines our open source offerings.
Java parser for .proto schema declarations.
square/squalor 185
Go SQL utility library
danrice-square/connect-java-sdk 1
Java client library for the Square Connect v2 API
danrice-square/connect-ruby-sdk 0
Ruby client library for the Square Connect APIs
danrice-square/danrice-square.github.io 0
Dan's Public Web Site
A modern I/O API for Java
Go support for Google's protocol buffers
fork sconover/m3
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform
fork in 15 days
fork sconover/tally
A Go metrics interface with fast buffered metrics and third party reporters
fork in 15 days
issue commentsquare/wire
Drop oneof with sealed classes
I think adding a flag to allow both solutions should be great. Is it possible @Egorand?
comment created time in 3 months
fork sconover/tink
Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
fork in 3 months
issue commentsquare/wire
grpc: use ServiceServer generated stubs out of cashapp/misk
@iTanChi nothing built in but you could create one.
comment created time in 3 months
issue commentsquare/wire
grpc: use ServiceServer generated stubs out of cashapp/misk
So did it go thru
On Mon, Nov 30, 2020, 9:54 PM iTanChi notifications@github.com wrote:
is it possible to have an adapter to map wire Service to io.grpc BindableService?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/square/wire/issues/1814#issuecomment-736183571, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR26MFDNOBEQQGONS3HDYU3SSRLGHANCNFSM4SAAVCUQ .
comment created time in 3 months
issue commentsquare/wire
grpc: use ServiceServer generated stubs out of cashapp/misk
is it possible to have an adapter to map wire Service
to io.grpc BindableService
?
comment created time in 3 months
issue commentsquare/wire
I am not able to repro. Is it possible that your proto file is added twice to the whole graph?
If you have a failing test, or a reproducing repo, that'd help.
comment created time in 3 months
issue openedsquare/wire
Cause: multiple fields share tag 72295728:
1. http (/Users/tolu/src/kampus_idl/idl/google/api/annotations.proto:30:3)
2. http (/Users/tolu/src/kampus_idl/idl/google/api/annotations.proto:30:3)
for message google.protobuf.MethodOptions (google/protobuf/descriptor.proto:689:1)
multiple fields share name http:
1. http (/Users/tolu/src/kampus_idl/idl/google/api/annotations.proto:30:3)
2. http (/Users/tolu/src/kampus_idl/idl/google/api/annotations.proto:30:3)
for message google.protobuf.MethodOptions (google/protobuf/descriptor.proto:689:1)
I'm getting errors that multiple fields share the same tag, but the two fields it's referring are the same.
created time in 3 months