Lucas da Costa
Lucas da Costa
I would definitely like to have that in the docs. BDD can be a bit tricky to define, but I'd definitely be willing to review.
Hi @osmolyar, thanks for your issue 😊 This is expected and I believe this is related to #1241, correct? If we're accepting `contains` to work with `oneOf` I think `includes`...
Furthermore, the approach we've initially taken to updating dependencies downstream is problematic because: * An `install` could trigger the update of downstream dependencies and those would be then committed, making...
IMO it's not a problem for us to accept API changes based on callbacks. As @keithamus cited above, just because we can write `Promise` based code it doesn't mean that...
Bom, eu traduzi o [capítulo 13](https://github.com/braziljs/eloquente-javascript/issues/20).
Hey folks, in case you want to use TPM while you wait for this PR to get merged, I've got it working on my fork https://github.com/lucasfcosta/catpuccin-tmux. I also use the...
Hi @iyobo, This issue is somewhat related to https://github.com/facebook/jest/pull/8654. It's great that you've raised this issue, but **I'd suggest changing the description a bit since it's not an accurate description...
Hi @iyobo 😊, I see what you mean. I'm sorry if I'm misunderstanding the issue but I've tried the following (as per your description) and the failure didn't get swallowed...
Hi @philiiiiiipp, thanks for your reproducible, it was extremely helpful 😊 I managed to reproduce the error by running your example using Node v12.6 (as described by the issue's author)....
Hi, @alphalykos , I think this is due to the newline inserted at the end of the file when you save it, so, before using `.split()` please try doing this...