-
Updated
Feb 2, 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,448 public repositories matching this topic...
-
Updated
Jan 29, 2021 - 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 28, 2021 - Python
-
Updated
Feb 3, 2021 - Java
-
Updated
Feb 2, 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
Jan 27, 2021 - Go
-
Updated
Jan 27, 2021 - Go
-
Updated
Feb 1, 2021
-
Updated
Jan 27, 2021 - Go
-
Updated
Feb 3, 2021 - TypeScript
-
Updated
Feb 1, 2021 - Go
-
Updated
Dec 21, 2020 - Java
We currently have this code https://github.com/hyperium/tonic/blob/master/tonic/src/status.rs#L344 which maps h2::Error into proper Code's. We should test and ensure that if the user enables the transport feature we can downcast the errors into h2 variants and mapping them to correct status codes.
-
Updated
Jan 29, 2021 - C#
Currently, the number of threads of a blocking task executor could be configured only by Flags.numCommonBlockingTaskThreads().
If a user who avoid using flags, he or she has to manually copy the factory code.
I think we can add a new builder method to ServerBuilder that takes the number of threads.
public ServerBuilder blockingTaskExecutor(int numThreads) {
return ...;
}Issue Description
是否有计划用actions 完全取代 TravisCI
感觉actions 速度上比 TravisCI更好点 ,另外也是github原生的。
Type: feature request
Describe what feature
-
Updated
Jan 25, 2021 - Go
-
Updated
Jan 8, 2021 - 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
Feb 2, 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