Pedro Augusto de Paula Barbosa

Results 345 comments of Pedro Augusto de Paula Barbosa

By the way: I noticed that the value returned by `destroy` depends on the dialect. I would like to consider this more of a docs issue than a bug. Any...

Hello :) Taking a look on a few things here before "retiring"... > Configuring the timestamp fields is something I've seen users struggle with multiple times. Me too 😅 >...

@ephys That's awesome!! I agree with everything, I like every single point you raised 😃 Excellent work, thank you very much! 🚀

Hello! How can I help moving this issue forward? @jennifer-shehane could you point me to where I should I look in Cypress' source code so that I can do a...

Hello! How can I help moving this issue forward? @jennifer-shehane could you point me to where I should I look in Cypress' source code so that I can do a...

For the record, I still have this issue with Cypress v10.11.0

I also like this rule, however I think allowing an extra `return` statement that can be statically guaranteed to not throw (such as `return true`) is a must.

@fisker @sindresorhus What are your opinions on allowing an extra `return someValue;` apart from the single statement?

Hmm, I don't like this idea, at least not how I currently understand it. There are so many impure functions whose return value can be safely discarded in several scenarios......