Grigory Chernyshev

Results 5 issues of Grigory Chernyshev

Currently the edge between vertices is [hardcoded](https://github.com/tssp/protoc-gen-uml/blob/6339dd710cf766081d5db3424a151b3dc60c90a1/src/main/scala/io/coding/me/protoc/uml/formatter/PlantUMLFormatter.scala#L96): "--" Can it be made configurable, so that I can change it to something like "-->"?

Hello. I'm using your library in mine project, thank you for it. Could you please release current version on pypi, because right now there is an outdated version with several...

Some managers support iteration and indexing, why not to support len() as well?

Right now it's possible to login with guest like this: ```python from yagocd import Yagocd go = Yagocd(server='https://build.gocd.io') # login as guest go._session.get('https://build.gocd.io/go/plugin/interact/gocd.guest.user.auth.plugin/index') print(len(list(go.pipelines))) ``` Should be separate method, somewhere...

Tried to run plugin on Mac and got this error. Checked location of docker (installed through `brew`) ``` bash $ which docker /usr/local/bin/docker ``` And content of $PATH ``` python...