Yohaan Vakil

Results 13 comments of Yohaan Vakil

> something like this: [ethereum/homestead-guide#472](https://github.com/ethereum/homestead-guide/pull/472) for some cloudfare reason, http://www.ethdocs.org/en/latest is also down so let us remove the links? we are talking about the usage line, https://github.com/ethereum/aleth/blob/master/README.md#usage but we should...

> > something like this: [ethereum/homestead-guide#472](https://github.com/ethereum/homestead-guide/pull/472) > > for some cloudfare reason, http://www.ethdocs.org/en/latest is also down so let us remove the links? > > we are talking about the usage...

> I am interested to join in Mumbai meetup Yes, me too! Also, @rkapur123 if you are still working on the projects ( I checked the site but didnt get...

So instead of a progress bar we need to show 1/6 -> 2/6 -> 3/6 -> 4/6 then it will done? so with the await statement i would send an...

I'll try my best understanding it, if i cannot by 8th July could you point me elsewhere?

Thanks ! , is there a similar feature for another animation ( or another event so i can refer) ? also what is a flow type?

What will happen to 'WAITING_FOR_PROFILE_FROM_FILE' should i add my action over here? https://github.com/firefox-devtools/profiler/blob/7a159b8435968f92405ff6eb4ce92cffcd2ac5bd/src/types/actions.js#L313-L319 Or am i to make a new type like how we did here https://github.com/firefox-devtools/profiler/blob/7a159b8435968f92405ff6eb4ce92cffcd2ac5bd/src/types/actions.js#L406-L431 my actions/app will...

This PR gives errors with yarn flow, I was trying to solve it but I wanted to know if this is the way

I think I did it :D no errors in yarn flow and i've made LoadingStep LoadingState LoadingStateAction Now i need to work on : - [ ] reducer, - [...

https://github.com/firefox-devtools/profiler/blob/04d81d51ed394827bff9c22e540993abeff1db5e/src/reducers/app.js#L34 https://github.com/firefox-devtools/profiler/blob/04d81d51ed394827bff9c22e540993abeff1db5e/src/reducers/app.js#L62 do i need to make any change to these or ignore it and have a separate reducer ?