Roman Golyshev

Results 4 issues of Roman Golyshev

## Description Typescript version is not 2 or higher -- some `tsconfig` options are not recognized. `package.json` seem to have right versions of both typescript and gulp-typescript. I did **not**...

I'd like to use multiple configurations of `dockerRun` task in my project. Something like that: ``` dockerRunOne { image 'image-one' ... } dockerRunTwo { image 'image-two' ... } ``` Is...

It would be useful to see crate name by macro exported by it. For example, for `Serialize` show `serde_derive`, and so on

I am facing strange behavior: when I am passing the absolute path to `Lib::new` method, it returns an error saying that it cannot find the file. However, calling `canonicalize` on...