-
Updated
Apr 12, 2021 - Java
gateway
Here are 1,289 public repositories matching this topic...
-
Updated
Nov 1, 2021 - Java
-
Updated
Nov 2, 2021 - Go
-
Updated
Oct 27, 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
Sep 28, 2021 - Go
-
Updated
Oct 31, 2021 - C++
-
Updated
Nov 2, 2021 - Java
-
Updated
Nov 2, 2021 - Java
I have been looking into the following reported issue: mercurius-js/auth#32 (comment)
And have replicated with the following test:
test('errors - should use statusCode from error if present', async (t) => {
const schema = `
type Query {
error: String!
}
`
const resolvers = {
Query: {
error () {
thr-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Jul 3, 2021 - JavaScript
-
Updated
Nov 2, 2021 - Python
-
Updated
Oct 9, 2021 - Go
-
Updated
Sep 20, 2021 - PHP
-
Updated
Oct 24, 2021 - Shell
-
Updated
Nov 2, 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
Jul 12, 2021 - Go
-
Updated
Aug 13, 2021 - Java
-
Updated
Oct 20, 2021 - Elixir
-
Updated
Nov 2, 2021 - Java
-
Updated
Apr 21, 2021 - JavaScript
-
Updated
Nov 2, 2021 - 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."
Just a suggestion.
I feel like Armeria's CookieBuilder makes it too easy to create an insecure service. Default of secure, http only, same site cookies and requiring a user to explicitly opt out would help prevent accidental cookie leaks without a real UX penalty when the use case does need something more lax.