Hoang The Hung
Hoang The Hung
when do we expect this issue will be resolved? I need a media list on the webhook
I try to do the some this what is different between `https://github.com/Zaczero/CBBI` and https://alternative.me/crypto/fear-and-greed-index/ ? which one should I trust?
this will be done on Friday 24 August
@seland I could take this one if we still need to run detox on bitrise
@seland @Mnuzz I will work on this to make sure we have end-to-end testing cover the foundation cases, like sign-up/sign-in flow
in flutter_bloc, we have Transition that shows you the currentState and nextState which base on Equatable, so I need a way to compare the diff between curentState and nextState, could...
@ThinkDigitalSoftware , your example is too simple, if we have nested object it will too hard to check
like we have state contain Post object which has array of comments, so you need to compare all the comments objects right?. so I want to see the diff in...
@felangel @ThinkDigitalSoftware this is what I want to achieve, it is written in js, pls check the answer with sample output https://stackoverflow.com/a/8596559/723160
this is something similar to redux devtool that they can detect the diff between the current state and next state, and show the detail of the diffs