Louis Matthijssen
Louis Matthijssen
According to SemVer 2.0.0, a version like `v1.2.3` is not valid (https://semver.org/#is-v123-a-semantic-version). The library incorrectly marks a version like this as valid: ```js const semverValid = require('semver/functions/valid') semverValid('v1.2.3') // true...
Seems like a great project which I would like to use on my Raspberry Pi. However, at the moment there's only a prebuilt amd64 Docker image. Could armhf (current Raspberry...
It seems that `traverse_errors/2` currently does not work, if the `polymorphic_embeds_*` is nested inside an Ecto-native `*-to-one` or `*-to-many` association. These errors are never processed. This PR adds support for...
Fixes #32
Using the following code: ```csharp class SomethingController : GraphController { [Mutation] public async Task Create() { return Ok(...); } } ``` The type name of the root mutation `something` becomes...
### Product Hot Chocolate ### Version 15.1.10 ### Link to minimal reproduction https://github.com/LouisMT/HotChocolate-ReferenceResolverEnum ### Steps to reproduce I have added example queries in the README. Enums are parsed correctly when...