-
Updated
Jan 22, 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,420 public repositories matching this topic...
-
Updated
Jan 22, 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 22, 2021 - Python
-
Updated
Jan 23, 2021 - Java
-
Updated
Jan 20, 2021 - Go
-
Updated
Jan 22, 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 19, 2021 - Go
-
Updated
Jan 19, 2021
-
Updated
Jan 22, 2021 - Go
-
Updated
Jan 21, 2021 - TypeScript
-
Updated
Jan 23, 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
Nov 26, 2020 - C#
A user can easily serve a static file in an annotated service as follows:
@Get("...")
@Head("...")
HttpResponse getFile(ServiceRequestContext ctx) {
return HttpFile.of(...).asService().serve(ctx, ctx.request());
}However, it'd be even nicer if a user can do this:
@Get("...")
@Head("...")
HttpFile getFile() {
return HttpFile.of(...);
}Issue Description
是否有计划用actions 完全取代 TravisCI
感觉actions 速度上比 TravisCI更好点 ,另外也是github原生的。
Type: feature request
Describe what feature
-
Updated
Jan 23, 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
Jan 8, 2021 - Go
-
Updated
Jan 18, 2021 - Go
-
Updated
Jan 21, 2021 - Go


Is your feature request related to a problem? Please describe.
I'm always frustrated when Insomnia does not remember my last used URL importing routes from a URL
Describe the solution you'd like
Insomnia should remember the last used URL when importing routes. It's unlikely that it'll change often.
Describe alternatives you've considered
None
Additional context
![image