Christoph Zwerschke
Christoph Zwerschke
The current implementation of the `cast_array` function in the C module ignores the start index of PostgreSQL arrays. They are assumed to always be 1. As discussed on the mailing...
Check whether we can adopt some things implemented in other Postgres drivers, and make Pygres a bit more compatible with the [http://wiki.postgresql.org/wiki/Python](other drivers). Some noticeable issues can also be found...
Recently [the issue](https://github.com/graphql-python/graphql-core/issues/122) was raised for the Python port [graphql-core](https://github.com/graphql-python/graphql-core) that enum values aren't validated against their defintion when they are used as default arguments SDL. This is the example...
The memoization of the `collectSubfields` function in `execute.js` has a subtle issue that makes the caching less effective than it could be. The problem is that the `WeakMap` in `memoize3`...
The [documentation for the GraphQLScalarType](https://github.com/graphql/graphql-js/blob/master/docs/APIReference-TypeSystem.md#graphqlscalartype) is outdated compared with the [current code](https://github.com/graphql/graphql-js/blob/74ce729eddf7c777a1c500d63f1c4fce35e9f1cf/src/type/definition.js#L676). For instance, `parseLiteal` takes a *valueNode* and a *variables* parameter instead of just one *valueAST* parameter (I think...
First make sure that the included type is an object type, because that would be the more severe problem. Only then we can be sure that the type has a...
There are a couple of `Formatted...Result` types that don't seem to be used anywhere. Therefore, they are also not checked for consistency. For instance, there is a `FormattedCompletedResult`, but not...
### ⚠️ Please check that this feature request hasn't been suggested before. - [X] I searched previous [Ideas in Discussions](https://github.com/obsidian-tasks-group/obsidian-tasks/discussions/categories/ideas-any-new-feature-requests-go-in-issues-please?discussions_q=category%3A%22Ideas%3A+Any+New+Feature+Requests+go+in+Issues+please%22+-label%3A%22status%3A+released%22+-label%3Aduplicate+sort%3Atop) didn't find any similar feature requests. - [X] I searched...