Tibo Delor
Tibo Delor
Running it in verbose mode: ```shell $ python -m flake8 -v --mypy-config="$(pwd)/mypy.ini" simpleExample.py flake8.plugins.manager MainProcess 143 INFO Loading entry-points for "flake8.extension". flake8.plugins.manager MainProcess 146 INFO Loading entry-points for "flake8.listen". flake8.plugins.manager...
Same on GoLand 2021.1.2 on Mac
Actually `serde_yaml` only support the `~` and `null` for Null values, hence why `NULL` is not recognized. It should be either: - only `null` according to the [yaml json schema](https://yaml.org/spec/1.2/spec.html#id2803362)...
I have just met the same error, the solution is to add explicitely the enum type to the schema: ```go graphql.NewSchema(graphql.SchemaConfig{ Types: []graphql.Type{AuthenticationTypeEnum}, Directives: []*graphql.Directive{AuthenticatedDirective}, }) ```
Same issue here. I am on WSL 2, Ubuntu 22.10, installed fnm with the standard script installation. `fnm ls-remote` or any other command gives `operation timed out`. curl'ing the url...
The `operation timed out` is definitely linked to musl. Same code base compiled for gnu, no problem, compiled for musl, timeout. No idea why musl make it fail but I...
Here is a test image I use to check which hook are triggered when and which variables are available : https://github.com/thibaultdelor/testAutobuildHooks Check the result of the build here : https://hub.docker.com/r/thibaultdelor/testautobuildhooks/builds/