Dmitry Shemin

Results 4 issues of Dmitry Shemin

Hi, I found this issue when I try to pass example as parameter for trait. ```raml /v1/object: post: is: - methods.create: response: Dayoff body: DayoffPostData bodyExample: !include examples/dayoffPost.raml ``` `methods`...

Hi! I found myself to struggle with helm chart to work with my setup, so I introduce this pull request to make life easier.

**Command line arguments / config** Configuration file from https://ghz.sh/docs/example_config ```json { "proto": "/path/to/greeter.proto", "call": "helloworld.Greeter.SayHello", "total": 2000, "concurrency": 50, "data": { "name": "Joe" }, "metadata": { "foo": "bar", "trace_id": "{{.RequestNumber}}",...

Hi! I had used this package in my project and found this annoying issue. I have a `Remote` with specific name and have to provide it again in `PushOptions`.