-
Updated
Apr 12, 2021 - Java
gateway
Here are 1,257 public repositories matching this topic...
-
Updated
Sep 3, 2021 - Java
-
Updated
Sep 17, 2021 - Go
-
Updated
Aug 6, 2021 - Go
Is your feature request related to a problem? Please describe.
As observed during #261, users can accidentally set timeouts inconsistently. A concrete example is that one can set a User facing timeout lower than any backend timeout, such that requests may fail early.
Describe the solution you'd like
We should provide some sanity checking to prevent unintended timeout behavior.
-
Updated
May 20, 2021 - Go
-
Updated
Sep 14, 2021 - C++
-
Updated
Sep 15, 2021 - Java
-
Updated
Sep 17, 2021 - Java
-
Updated
Nov 5, 2019 - JavaScript
It looks like the Mercurius Gateway service expects "errors" to exist in the response, however, if I have a fastify plugin that throws an error before it ever hits GraphQL, then the gateway emits an error.
{
"errors": [
{
"message": "Cannot read property 'profile' of undefined",
"locations": [
{
"line": 2,
"column": 3
}
-
Updated
Jul 3, 2021 - JavaScript
-
Updated
Sep 14, 2021 - Python
-
Updated
Sep 13, 2021 - Go
-
Updated
Sep 1, 2021 - PHP
-
Updated
Aug 29, 2021 - Shell
-
Updated
Sep 16, 2021 - Java
-
Updated
Jul 2, 2021 - Java
Is there a plan to build kernelspec with pytorch support? If not, what's the right way to contribute?
The contribution instruction page seems to be not available: https://jupyter.readthedocs.io/en/latest/contributor/content-contributor.html
-
Updated
Aug 13, 2021 - Java
-
Updated
Jul 12, 2021 - Go
-
Updated
Apr 21, 2020 - Elixir
-
Updated
Sep 17, 2021 - Java
-
Updated
Apr 21, 2021 - JavaScript
-
Updated
Feb 24, 2021 - JavaScript
Improve this page
Add a description, image, and links to the gateway topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gateway topic, visit your repo's landing page and select "manage topics."
Currently,
UnframedGrpcServicereturns an error message as plain text.https://github.com/line/armeria/blob/54b70906bcd813f0b9b2c6715ad4086160ac49b2/grpc/src/main/java/com/linecorp/armeria/server/grpc/UnframedGrpcService.java#L255-L272
It would be nice to return a JSON object if the content type is JSON compatible.
{ "code": "FAILED_PRECONDITION", "message": "Input validatio