Andrei Varabyeu

Results 10 comments of Andrei Varabyeu

i meant [Lock interface](http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/Lock.html) :)

Absolutely right. But there is no possibility to share Injectors between tests. Each test creates new injector and puts it into test context. New test == new test context, so...

Cedric, would you mind if I fix that? I can fork repo and provide solution.

@diegovegaz As i remember, i've just created injector manually and utilized it in ObjectFactory

this can be used as adequate guide: https://engineering.bitnami.com/articles/the-road-to-production-ready-charts.html

Still, the feature is quite useful. Consider wrapping some docker/compose call: ```go func (Docker) Compose(args []string) error { compose := sh.RunCmd("docker", "compose") return compose(args...) } ``` it could be an...

@trew100 @filland I expect you should see the following structure in ReportPortal: [SUITE] - My website Login Page [TEST] -- 1: Login Page Check Elements [TEST] -- 2 : Incorrect...

@pbortnik if it's fixed in 4.0, let's close it

@BorisOsipov @DzmitryHumianiuk @VladislavAkulich https://github.com/axios/axios/issues/658#issuecomment-284291595 Guys, if mentioned in issue's commit is the case, moving to axios is a big mistake and the change must be reverted. What do you think?