-
Updated
Apr 12, 2021 - Java
gateway
Here are 1,339 public repositories matching this topic...
-
Updated
Jan 25, 2022 - Go
-
Updated
Jan 19, 2022 - Java
-
Updated
Jan 14, 2022 - Go
-
Updated
Jan 25, 2022 - Go
-
Updated
Dec 17, 2021 - Go
-
Updated
Jan 26, 2022 - C++
-
Updated
Jan 21, 2022 - Java
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
Jan 25, 2022 - Java
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Jul 3, 2021 - JavaScript
-
Updated
Jan 25, 2022 - Python
-
Updated
Jan 19, 2022 - Go
Can you make interface for simple using? Maybe connected clients listing, manage instances, edit interfaces which be WAN and LAN on startup.
-
Updated
Jan 13, 2022 - PHP
-
Updated
Jan 25, 2022 - Java
-
Updated
Jul 12, 2021 - Go
-
Updated
Nov 29, 2021 - Java
-
Updated
Aug 13, 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
Oct 20, 2021 - Elixir
-
Updated
Jan 25, 2022 - Java
-
Updated
Jan 26, 2022 - TypeScript
-
Updated
Jan 4, 2022 - Go
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."
Users need a shutdown hook to close a server. The pattern is fairly often used in the Armeria examples.
https://github.com/line/armeria/blob/10f1d3c1e5d3cac6402bc7d1dc9f8d86a96e5857/examples/static-files/src/main/java/example/armeria/server/files/Main.java#L20-L23
We can add a shortcut method for automatically closing a server or a client.