Christoph Zwerschke
Christoph Zwerschke
Show an error message and a retry button when the Pinboard API is down instead of simply leaving everything deactivated (see #10).
This is a very nice theme. However, it does not play well with mermaid diagrams, because the background and borders of shapes in graphs have the same or similar color...
Thanks for providing check-manifest. This is really useful. However, I ran into a problem with v0.41. Since this version, when a `pyproject.tom` file is detected which has `build-backend` specified, then...
This is a nice little Pyramid extension that works very well to provide access to a Pyramid server for a fixed time. However, contrary to the cookie-based "auth ticket" solution...
Nice plugin! Here is an idea that should be simple to implement: When the changelog page already exists, keep everything in it until the first line starting with "- "...
Currently, query resolvers for Array types can return not only JavaScript arrays, but any iterable. However, *async* iterables are not (yet) supported. Since GraphQL.js supports async resolvers and iterables, it...
The `parseLiteral` method of scalar and enum types expects the `variables` as second argument (see the definition of the [GraphQLScalarLiteralParser](https://github.com/graphql/graphql-js/blob/1fd47c9d032e2ed03320aca7e21767c7cc6de0a3/src/type/definition.js#L671) type). This argument is passed in [valueFromAST](https://github.com/graphql/graphql-js/blob/1fd47c9d032e2ed03320aca7e21767c7cc6de0a3/src/utilities/valueFromAST.js#L141). However, the standard...
I noticed that the `subscribe` function does not work properly when it is used with an asynchronous field resolver function. Also, there is no unit test for this case. This...
I noticed a difference in how specified (standard) directives are added by `buildASTSchema` vs `buildClientSchema`. In the former function, the specified directives [are added](https://github.com/graphql/graphql-js/blob/90bd6ff72625173dd39a1f82cfad9336cfad8f65/src/utilities/buildASTSchema.ts#L83) automatically if they are missing. In...
**Describe the bug** Authentication using an external authentication service does not seem to work on a Kubernetes Cluster running on Docker Desktop for Mac. The authentication service is never accessed,...