impact-maker

Results 35 comments of impact-maker

@sbc100 @tlively I have made an initial api restructuring draft for emscripten_dlopen_js async function. Kindly provide feedback on this implementation

@tlively @sbc100 I have done the whole setup for test suite and pushed the code. But after running the test , it is getting stuck test/runner core0.test_pthread_dlopen_many Test suites: ['test_core']...

@tlively @sbc100 @kripken I have made a revision in dlopen api which inverts the callback functionality to use promises as the main form and implementating callbacks and asyncify around it....

@sbc100 @tlively I have restructured function in a way the promise is implemented at the top and callbacks are implemented at the base of the promise. For asyncify I can...

I tried to change the original function in the promise -> callbacks and asyncify format but after the feedback, I have introduced a new function implementing the promise flavour of...

@sbc100 Could you review my pull request and suggest me with your valuable feedback

@sbc100 @tlively Just pushed the first draft for the Fetch API. Kindly provide me some feedback so that I can complete the api restructuring along with test suites Also, dropped...

Hi @mehabhalodiya, @xmudrii, @puerco, I have made a draft pull request addressing the issues outlined in [kubernetes/release#2962](https://github.com/kubernetes/release/issues/2962). Could you please review it and provide your feedback?

@dipesh-rawat Done with the CLA, Can you review and provide me a feedback.

I've been dedicating significant effort to the Chromestatus project, from setting up the development environment to tackling initial bugs. I'm eager to gain a clearer understanding of the objectives, specifically...