Jimmy Delas

Results 9 issues of Jimmy Delas

I instantiate my map this way : ``` ``` Here is the content of map before rendering : ``` { "center": { "latitude": 46.2157467, "longitude": 2.2088258 }, "markersControl": { },...

bug

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...

feature request

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...

performance

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...