Gleb Bahmutov

Results 551 comments of Gleb Bahmutov

Hahaha, I have already commented on this question here https://community.netlify.com/t/can-netlify-deliver-deploy-event-to-github-api-after-successful-deployment/10905/4 So far it does not seem Netlify delivers the event to kick off the github workflow, tried the dispatch events...

and stop the game

hmm, I guess some tests are needed :)

It is up to the Cypress team to merge, unfortunately I cannot do it

Can you give reproducible example please? I have not seen this error before (due to code coverage instrumentation). If you are using content-security-policy with nonce values than the scripts would...

Nope. I use it whenever I need. But since I'm not a cypress team member I cannot help merging and resolving stuff

Can you please create a tiny repo reproducing the problem. Otherwise, I have no idea how you set up your dependencies, how you run, etc.

Sure, seems like an interesting edge case, maybe place a guard there and open a pull request? It should not crash at least.

what's the test / block structure? Is this something like this? ``` before(() => {...}) onlyOn('...', () => {...}) ```