Jimmy Delas
Jimmy Delas
I instantiate my map this way : ``` ``` Here is the content of map before rendering : ``` { "center": { "latitude": 46.2157467, "longitude": 2.2088258 }, "markersControl": { },...
This little update add a New revision button which create a new folder with an empty comments.sql file. The new revision number is the highest revision number + 1. The...
Hi, I like your tool, but I had an issue with python checking. It won't parse everything that would be in the same file because it produces an xml per...
Hi, https://github.com/neo4j/graphql/blob/f7bdadbf97ccf7c6d1afaaea40ba3f015d28e378/packages/graphql/src/classes/Neo4jGraphQL.ts#L364 `validateDocument` takes an `additionalDirective` parameter that could be given when instantiating `Neo4jGraphQL` class instead of using `documentDirectiveTransformer` after the validation of the schema. This would prevent unexpected errors...
Hey community, Looks like the author completely abandonned this great package. Has anyone came with a fork of this and is willing to take on the maintenance of it ?...
**Describe the bug** When querying an interface, neo4j generates a union for every subtypes of that interface resulting in very slow queries even if you don't request type conditions **Type...
Changing hintFontSize modifies the font size of the options rather than the hint. hintColor and hintStyle works as expected so one can use hintStyle as a workaround
Assume the following schema : ```gql interface GenericValue { name: String } type TextValue implements GenericValue { name: String text: String } type NumberValue implements GenericValue { name: String number:...
Hi, I want to log all request made to my API and I'm not satisfied by the `didEncounterErrors` because it discards Bad Request event and such. By adding more the...
While on production, I receive random errors both in android and web (I haven't tested other platforms) On web, it resembles to : ``` ServerException(originalException: ClientException: XMLHttpRequest error., uri=https://api.v2.medami.fr, originalStackTrace:...