Gleb Bahmutov

Results 551 comments of Gleb Bahmutov

Can someone provide a reproducible example? I have tested this tool using Node v18 in https://github.com/bahmutov/start-server-and-test/pull/354 and don't see any problems.

Could you please open a new issue and include debugging verbose logs?Sent from my iPhoneOn Feb 27, 2023, at 22:33, Nicolas Bouvrette ***@***.***> wrote: I'm on macOS 13.2.1 Regarding next-multilingual...

Check out the debugging section of the readme. Just need to set DEBUG env variable when running with the name of the module Sent from my iPhoneOn Feb 27, 2023,...

Can anyone provide a small public repo showing the problem?

Same problem - creating raw server hangs

yup, definitely there is value to that. But I would start with a few simpler things. Like showing context around the crash (a few lines above and below) for each...

Hitting this problem sometimes. React should respect an element's attribute something like `react-ignore-when-hydrating=true` in this case.

Can confirm. In Cypress v9.7.0 ``` ### Case-insensitive attribute selectors Green Red cy.get('button[class=btn-primary i]').should('have.length', 2) ``` Produces an error

Find my workaround for this bug in https://glebbahmutov.com/cypress-examples/recipes/case-insensitive-query.html and in the video https://youtu.be/XQ6GQSmF5_I

You can serve the cypress domain snippet via a script and not inline. Thus you could use the original csp plus insert a nonce for just the single added scriptSent...