Zach Bloomquist

Results 114 comments of Zach Bloomquist

> PS: since Firefox seem to implement CDP as well (cf: [firefox-devtools/rust-cdp](https://github.com/firefox-devtools/rust-cdp), [firefox-source-docs.mozilla.org/remote](https://firefox-source-docs.mozilla.org/remote/)) it may be worthy to create a new issue to be able to use it into cypress...

Here is an API that I think could work nicely for this: ```ts /** * Send a CDP command with optional parameters and receive the result. */ Cypress.CDP.send = (method:...

@shwarcu This is still something we'd like to add to Cypress, but it is not currently being worked on. If you're interested in starting a PR to add this, [this...

@sesam There's two systems at play here, neither of which support HTTP/2 at this time: 1. The HTTP/1.1 proxy server that all user requests go through - the server is...

@midan888 nobody from Cypress is currently working on this issue.

Related issue that would make it an *error* to try to use `Cypress.config` on a non-overridable property: #3422

That sounds good. So I make sure I get this right, the `unix` flag would basically only target the third regex for `..` and `.`, since the other two are...

i like it because it gives context to what "NP:" means (if the user couldn't guess), but this is the 2nd time i've seen this feedback so... i think this...

There's a suggested exclude.conf in the repo itself: https://github.com/robertdavidgraham/masscan/blob/master/data/exclude.conf

> Today we submitted a PR to [bugzilla.mozilla.org/show_bug.cgi?id=1553849](https://bugzilla.mozilla.org/show_bug.cgi?id=1553849) to enable `Network.emulateNetworkConditions` on Firefox as well. The people working there really were an awesome help in getting it this far. @EtienneBruines...