Benjamin E. Coe

Results 551 comments of Benjamin E. Coe

@thermosflasche I trust your Spanish more than mine 😅 , shall we land and if we need to refine can do so later.

@rizkyy702 this PR needs more of a description. I'm not convinced it's worth adding metadata for a generic development environment on one cloud provider.

This issue has been added to the team's backlog 👏

@scottdotweb could you provide a test case in the appropriate places in the `specs` folder. For the export statement, I would add a test here: https://github.com/istanbuljs/istanbuljs/blob/main/packages/istanbul-lib-instrument/test/specs/es6-modules.yaml For the first example,...

CC: @nellyk @anescobar1991 (_two of the maintainers of `jest-image-snapshot`_). As @tihuan works towards adding screenshot testing in #1068, do you have any advice for initial configuration options based on your...

@danielbeeke thank you for the PR, things seem to mostly be working, but `rimraf` has a new error it's throwing on Windows: > throw Object.assign(new Error('Illegal characters in path.'), {...

Hey @danielbeeke still getting quite a few "not ok" errors with Windows. If you can get it green I'll bump the deps.

@j03m yeah, let's expose this option for folks?

Hello @gotwarlost, I've only been doing a tiny bit of OSS myself these days, but will try to get the README updated for you ASAP. Regarding `istanbul-middleware` I think the...

@coreyfarrell what if you use the exact same pattern but with a function that's not a built in added to the `arr`? ```js const arr = ['value']; arr.blerg = ()...