Ali Hesari

Results 19 comments of Ali Hesari

> The latest versions of the library includes not only umd module for `charting_library.js` file, but esm and cjs as well, so you don't need to import `../path/to/charting_library/charting_library.js` anymore -...

@SagarNaliyapara What is `image_path`. Basically, you should put your image file in `public` folder and use `public_path()` function. example: ``` SendTo::Facebook( 'photo', [ 'photo' => public_path('image.jpg'), 'message' => 'Laravel social...

@AmirHome According to my searches, I cannot post pictures to Instagram via the API. Instagram is now banning accounts and removing the images based on this method. Please use with...

@AmirHome I did more research and the result is that it can be done. This feature will be added soon.

@Sjoerrdd, Yes, there is a possibility to add this feature. But my time is limited and I will try to do it as soon as possible. If you want to...

@programmermarvin, Yes, there is a possibility to add this feature. But my time is limited and I will try to do it as soon as possible. If you can to...

@jaychenjun Hi, My gradle version in android/build.gradle is `classpath 'com.android.tools.build:gradle:2.3.3'` But I have same problem. What version of gradle do I install?

@jaychenjun I upgraded gradle to 3.1.2 but I have error! Please see the Image. How to solve errors?! ![screen shot 1397-03-11 at 12 09 40 am](https://user-images.githubusercontent.com/8302633/40804417-701d0bba-6530-11e8-8f05-a004b3b19106.png) Also When I run...