Vlad Știrbu

Results 49 comments of Vlad Știrbu

Can you replicate the issue using the sample application using your environment?

The share result is handled [here](https://github.com/vstirbu/InstagramPlugin/blob/master/src/android/CDVInstagramPlugin.java#L129). According to Android [documentation](http://developer.android.com/training/basics/intents/result.html#ReceiveResult) there are only two valid options returned by an activity: `Activity.RESULT_OK` or `Activity.RESULT_CANCELED`, which are both handled in the plugin....

Can you share your OS and Instagram app version?

Same behaviour on Android 5.0. The only way back to the application is to hit the back arrow. I remember that on older Instagram when the share flow is done...

anything new on this one?

The result of the share operation is not reliable because the Instagram app does not return the correct response. I'm going to lock this conversation until there is a change...

Yes, the wildcard `*` has been inherited from [javascript-state-machine](https://github.com/jakesgordon/javascript-state-machine) dsl and has been neglected since. Could you give an example of the nature of the transition where you need the...

In my view the configuration object (or the first parameter) is the specification or blueprint of the state machine. Among the properties of the configuration, the most important is the...

> If I am going to make an argument, it's that: > - The function exported by fsm-as-promised should only create new objects. > - Since you can only create...