Sergey Smyshlyaev

Results 41 comments of Sergey Smyshlyaev

I would much prefer a visualization tool that generates SVG from state machine objects. This way it would be framework-agnostic and potentially usable from command line.

@gajus Does any of your projects use webpack 1.x ? Looking at issues like https://github.com/webpack/webpack/issues/2764 my guess it that ``chunk.hasRuntime`` was added in webpack 2. Can we do something like...

I've tried the fix above with my current project (which uses webpack 1.12.9) and I get the following error: ``` This operation is not yet supported on abstract value Date.now()...

@gajus Ok, then some documentation disclaimer and/or error message in console would be nice @terotil Silverplate uses webpack 1 (looking at https://github.com/juhamust/silverplate/blob/master/package.json), does your project also use webpack 1? @aakilfernandes...

@zetorama applied your changes, thank you! Also fixed a merge artefact for Android. Docs incoming.

@saghul sorry for late response, I've applied review comments for Android, but couldn't do it for iOS. Can you help me a little bit? I can't find a way to...

We have similar feature in our fork: `onFirstFrame` callback that fires when first video frame is received. We use it to stop `loading` animation on top of video view. This...

@Gongreg regarding nested stories, did you try to use a `/` separator in story names? It does the job for me. But alas this feature is not documented.

Was you screen rotated? Please check out https://github.com/crazycodeboy/react-native-easy-toast/pull/50