Galymzhan Abdugalimov

Results 10 comments of Galymzhan Abdugalimov

Had this issue when our machine run out of space, maybe this might help to someone

You can pass props to [react-native-image-picker](https://github.com/react-native-community/react-native-image-picker) with `imagePickerProps` prop. Here in the source code you can find how it's managed: https://github.com/malsapp/react-native-photo-upload/blob/master/index.js#L30 https://github.com/malsapp/react-native-photo-upload/blob/master/index.js#L47

@Sven-v-Beuningen hi! Do you have advanced app template? Have you tried creating symlink of uploads folder from backend to front with `ln -s`?

So I actually made this lib behave this way with this code (consider `$('.menu__body')` as parent element and `$('.menu__item .submenu .grid')` as sticky one: ```js // Evaluating document height var...

@theTechnoKid thanks for your effort, much more readable!

@antonmarin great! The only thing that it uses webpack 1.x, which is already deprecated. And [bower-webpack-plugin hasn't been updated](https://github.com/lpiepiora/bower-webpack-plugin/issues/39) for webpack 2.x and [extract-text-webpack-plugin still has a lot of bugs](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3Awebpack-2%20)...

Hi! I've been implementing tutorial in our app and have couple of suggestions to thread. It might be better to consider more scenarios, like switching tabs and animating `TextInput` filling,...

Is there any chance of this request being merged or should I close it?

@cebe I was running tests with Codeception and have following config in `codecept.yml` file: ```yml modules: config: Yii2: configFile: 'config/codeception.php' cleanup: false ``` And my `config/codeception.php` file is: ```php

@mdjaman Encountered same issue with putting jobs from PHP. It turned out, that fivebeans uses it's format of payload. To make it work, i actually had to format it on...