Shamasis Bhattacharya

Results 165 comments of Shamasis Bhattacharya

Does postman-request have connection pool configurations? We can then make that configurable via options. The most appropriate place to have the pool is in postman-request. And it already has one...

At a glance the approach looks good. To start let's restrict the commands to only the ones supported as a direct match of curl commands. That way we can test...

One last point. Getting the parameter match for curl is the easiest part the hardest parts that needs a lot of care is: 1. Making the CLI reporter aware of...

I agree with you on all counts. I have a proposal to speed things up. 1. We forget about reporters for single request for now. 2. We assume that there's...

This is neat so far. I have not seen newer code or tried it out yet. Let's have the Postman GSOC team to do the actual mentoring and review.

Yep. But get your ideas and directions coordinated with your mentor from GSOC team. I'm merely passing by and throwing suggestions where I can when I can.

There's a community forum you can communicate in - https://community.postman.com/c/open-technology/gsoc/42

Hello all. Let’s deep dive into the workflow and usage of this feature. How would multiple data files work in general as a feature? How would that add value as...

Yeah definitely - this needs fixing. But is there a way we can completely get rid of this error scenario? If it is a parsing error, can we not prune...

I'm afraid that would be very difficult for me at the moment. Try putting a breakpoint on the error and observe the stack trace. Basic CLI parsing is done using...