Uttam Bhadauriya

Results 25 comments of Uttam Bhadauriya

Hi @gonzalocasas, will you assign this issue to me? I have just began learning about open source.

Hi @antoniivanov, would you assign this issue to me? I'm a newbie in open source, and this would be my first contribution for this repo of yours.

Hi @falmar, your code helped me a lot for my use case. I have a few suggestions to make for the code you provided:- 1. Checking the encoded_data_length for the...

> > Hi @falmar, your code helped me a lot for my use case. I have a few suggestions to make for the code you provided:- > > ``` >...

> I have modified the script by @utam-1 to work. Mostly what was broken, was just some variables that had their name changed, like calling `monitor.listenXHR` when the function is...

> So is there no way at all to run `res = await page.send(cdp.network.get_response_body(request[1]))` this inside the `ResponseReceived` handler ? Maybe there is, but as of now there is no...

I have linked #28669 to the mentioned issue.

@oscarbenjamin, I was working on a fix for this issue. Would you please review this PR and let me know if this approach is correct?

> This is not the right approach. > > Fixing the issue requires taking the time to go through the whole evalf stack and think about how to restructure it....

@oscarbenjamin, and @smichr I have identified the following : – ``` # For sign function : – ------------------------ Input: sign(-sqrt(2)*t - t + 2/(sqrt(2) + 2) + 2*sqrt(2)/(sqrt(2) + 2)...