Sunny Pelletier

Results 41 issues of Sunny Pelletier

At the moment, if you provide any temporal accessor, it is automatically converted to an arbitrary format using this: ``` public static DateTimeFormatter rubyDateTimeFormat = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss XX"); ``` Would...

Hello! I am the maintainer of a documentation tool called [Magidoc](https://github.com/magidoc-org/magidoc), a tool that generates static GraphQL API documentation references. I would like to propose to integrate Magidoc into your...

## Guidelines ## Feature request template **Is your feature request related to a problem? Please describe.** In my application, we have a few queries that take optional parameters as filters....

feature
team-cypher
team-ux

### Describe the problem Currently, when we see a GraphQL type in the API, there is not really any easy way to know at a glance which query can fetch...

enhancement

We must find a way to show the directives applied to a given field, since some directives may contain useful information, like validations and permissions.

Issue #67 revealed an issue with Windows that was not revealed by current unit tests on Linux, and we're interestingly not revealed by unit tests even when running them on...

maintenance

Implementing search capabilities inside the UI would be a really great addition. Ideally, this should be implemented using a lightweight search index that should be pre-compiled and stored in the...

enhancement

For now, a few pieces of the NodeJS projects are tested, but there is still missing a lot of coverage in many of them. Mainly, the CLI lacks of tests...

good first issue
maintenance

The UI templates and component libraries lack of unit test. The only tests they get are build and type-checking, which is not enough to ensure they don't break. Explore testing...

maintenance