Jens Neuse
Jens Neuse
From a previous use i knew this repository (and really liked it!) by its name ("filebox") and tried to google it ("golang filebox") but didn't find anything. I had to...
Hey, will you support the new android design library? AS long as your recycler is wrapped inside a framelayout it won't work. Changing ultimateRV to a Coordinatorlayout might work. One...
As the title says, please tell me how you use this library. This helps me better understand your use case and evolve the library in the right direction. It's open...
```golang t.Run("reference types defined inside extension", func(t *testing.T) { runDefinitionValidation(t, ` type Foo type Bar type Query { foo: Foo } extend type Query implements NotExists { bar: Bar }...
We should turn the magic number "-1" into a static int with a description to make sure it's well understood.
We should consider to if the ast.Path wrapper is needed.
Custom scalars, e.g. JSON, Date etc. should be able to be defined and registered to the engine from outside the engine itself. That is, possible scalars should be externalized and...
Implementation should look similar to the __schema data source.
The first arg of visitor callbacks is always "operation", the second one "definition". In case of visiting an operation, this is fine. In case of visiting a definition, it's incorrect.