Ladislav Prskavec
Ladislav Prskavec
I can install adding `--trusted-host pypi.python.org` but it's only hotfix.
+1
I forgot on this and this will solve it: ``` GIT_AUTHOR_NAME="Your name" GIT_AUTHOR_EMAIL="[email protected]" GIT_COMMITTER_NAME="Your name" GIT_COMMITTER_EMAIL="[email protected]" encore app create my-app ```
@artem-zakharchenko do you know if we support this custom data format in schema validation using Gavel?
Need rebase at current master.
``` $ dredd --version dredd v14.0.0 (Darwin 19.6.0; x64) ``` ``` $ dredd https://petstore.swagger.io/v2/swagger.json https://petstore.swagger.io --no-color --log-level=debug warn: API description parser warning in https://petstore.swagger.io/v2/swagger.json:0 (from line 0 column 919 to...
Your code have to support signals to be killed by dredd as normal application. Here is how to do it - https://stackoverflow.com/questions/18106749/golang-catch-signals Related part in [docs](https://dredd.org/en/latest/hooks/new-language.html?highlight=signals#termination)
The commit refers to https://github.com/golang/go/issues/23716 that explains that this behaviour is not a bug actually. To fully understand the issue I’ve dived into golang repo. 1. `go run` command kicks...
I see in Dependabot: ``` Dependabot cannot update minimist to a non-vulnerable version The latest possible version that can be installed is 0.0.10 because of the following conflicting dependencies: [email protected]...
@opichals @kuba-kubula any advise on this?