Konstantin Chernenko

Results 8 comments of Konstantin Chernenko

@gajus, what do you mean? It's task about using plugin without any extractors. Currently plugin works with webpack 4: https://github.com/zoobestik/csso-webpack-plugin/issues/11#issuecomment-372782461 https://github.com/zoobestik/csso-webpack-plugin/issues/13 If you have problem with webpack 4 create new...

Fixed in [[email protected]](https://github.com/zoobestik/csso-webpack-plugin/commit/cc08296b7a1bb0262263d7839146be18e7fefc31)

Hi! What are characters? Can you provide some examples. It was working when I tested it with cyrillic. Thx...

@AlexanderPrendota i'm still don't understand why do we need `async` attribute? :(

@DavidScales We have [PR#84](https://github.com/JetBrains/kotlin-playground/pull/84) with stream output. Output will be received by chunks. Do you need update by any chunks or with one event like `onOutputReady` in this case?

I thought, this just one workaround, currently: ```javascript instance.view.codemirror.setValue(code); ``` But, i can not recommend it to use. Cause it's private part API and, possibly, it will change in the...

@jonnyzzz hi, i've [tried](website-grammar-generator) **jitpack** for `website-grammar-generator`. And it is still has a problem with transitive deps. Do you have success example for this case? ``` > Task :compileKotlin FAILED...