Results 19 issues of Kirill Romanov

![image](https://cloud.githubusercontent.com/assets/7964583/25568074/fa495fec-2e03-11e7-943f-7de7122dcbf6.png)

bug
user-configuration

It would be cool to have an option like `css` in old good `rollup-plugin-vue`: https://github.com/vuejs/rollup-plugin-vue/blob/v5.1.9/src/index.ts#L119

What about another video formats, like mp4?

**Describe the bug** I have a frontend project with package.json file, but it doesn't contain a version field. **Current behavior** `tagging release undefined` **Expected behavior** It should take current version...

bug

**Is your feature request related to a problem? Please describe.** I need to install `reflect-metadata` even when if `emitDecoratorMetadata` not used. **Description** In some cases `emitDecoratorMetadata` can't work. For example,...

enhancement
accepting PRs

**Current behavior** If component prop defined using Options API, like: ``` test: { type: String as PropType, default: null, }, ``` then generated prop info looks like this: ``` {...

bug

bili uses the babel plugin babel-plugin-transform-async-to-promises which has this [serious bug](https://github.com/rpetrich/babel-plugin-transform-async-to-promises/issues/49) as it changes the behavior of your code once transpilled. Sharing that here as this could save a few...

It would be very cool if on Linux Cerebro will use app icons from active theme, not default.

enhancement

**Summary** I found out that Stryker runs jest with `runInBand: true` option. And this makes initial test run very very slow for me, and it is fails with timeout error...

⁉ Question