-
Updated
Jan 3, 2021 - C++
gRPC
gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
Here are 3,364 public repositories matching this topic...
-
Updated
Dec 28, 2020 - Go
📚 Documentation/Question
Is there any detection mechanism to check for duplicates of the corresponding RESTful URIs when I generate the Grpc-gateway files?
-
Updated
Jan 3, 2021 - Python
-
Updated
Jan 2, 2021 - Java
-
Updated
Dec 30, 2020 - Go
-
Updated
Jan 3, 2021 - Go
When using type google.protobuf.Timestamp, BloomRPC maps this to an object, e.g.:
"create_time": {
"seconds": "1562723637",
"nanos": 928852400
}However, the Google API Design Guide specifies that the string representation should be RFC 3339 format, e.g. "2014-07-30T10:43:17Z"
This JSON mapp
Add Error Boundaries
-
Updated
Dec 19, 2020 - Go
-
Updated
Dec 14, 2020
-
Updated
Jan 1, 2021 - Go
-
Updated
Jan 1, 2021 - TypeScript
-
Updated
Jan 1, 2021 - Go
-
Updated
Dec 21, 2020 - Java
-
Updated
Nov 26, 2020 - C#
Update logo
We have a fancy logo from the new tokio website, we should go through the code base and update it in every spot we use the old one.
https://github.com/tokio-rs/website/blob/master/public/img/icons/tonic.svg
In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));This is inspired by g
Issue Description
是否有计划用actions 完全取代 TravisCI
感觉actions 速度上比 TravisCI更好点 ,另外也是github原生的。
Type: feature request
Describe what feature
-
Updated
Dec 15, 2020 - Go
-
Updated
Dec 31, 2020 - Go
Feature Request
There are many config generation options in talosctl cluster create which make no sense with --input-dir as they're going to be ignored.
Description
Fail with error message is any gen options are used with --input-dir. This might confuse users as arguments are silently ignored.
-
Updated
Jan 1, 2021 - Go
-
Updated
Jan 1, 2021 - Go




Describe the bug
"Import from URL" for query params does not update the UI
To Reproduce
http://localhost:4000/path?param=testin the url