Ladislav Prskavec
Ladislav Prskavec
``` core@ip-local ~ $ ./bin/pip install docker-py /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/pypy) /home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/core/pypy/bin/pypy) Collecting docker-py Could not find...
Hi, I'm getting this error that is caused that I use `useconfigonly = true` settings in git. Can you create app without create repo or have option to pass user...
## Summary Look that is bug in formula for homebrew. ## Details ### To reproduce Steps to reproduce the behavior: 1. Use terminal 2. Run `brew install kyoh86/tap/richgo` ### Expected...
Resolves #736 This is naive implementation php version in go lang. I try tested using my test repository but getting this error: ``` 2019/03/09 07:06:28 Command finished with error: exec:...
@klokane opened apiaryio/snowcrash#355 As say Blueprint specification: https://github.com/apiaryio/api-blueprint/blob/master/API%20Blueprint%20Specification.md#def-uriparameters-section ``` Members is the optional enumeration of possible values. should be surrounded by enum[] if this is present. For example, if enumeration...
@zdne opened apiaryio/snowcrash#31 Following blueprint is parsed as with API Name `POST` and the rest of keywords as a API description. Parser should warn about this. `````` FORMAT: X-1A ##...
@zdne opened apiaryio/snowcrash#41 Currently only [some characters](https://github.com/apiaryio/api-blueprint/blob/master/API%20Blueprint%20Specification.md#36-identifiers) are allowed in API Blueprint [identifiers](https://github.com/apiaryio/api-blueprint/blob/master/API%20Blueprint%20Specification.md#36-identifiers). If illegal character is used the whole section is silently ignored. Following blueprint should at least produce...
@zdne opened apiaryio/snowcrash#42 HTML entities such as `—` should be escaped in non-description nodes (e.g. name). In description nodes of AST it should be controlled by the rendering parser flag....
@zdne opened apiaryio/snowcrash#55 Update: This is no longer the issue, however there is still a problem when the reference is defined in another description block. See https://github.com/apiaryio/snowcrash/issues/55#issuecomment-58488125 --- ~~Following blueprint:~~...
@Almad opened apiaryio/snowcrash#64 With `GET`, there should be no request body. When it's specified in blueprint, snowcrash should warn or err.