Nicolas Lebacq

Results 9 issues of Nicolas Lebacq

### Version 28.1.3 ### Steps to reproduce 1. Clone this sample repository: https://github.com/SmashingQuasar/jest-object-prototype 2. (optional) If using Docker, launch `./docker/up.sh`. It will start a container properly setup using the correct...

Needs Triage
Bug Report

**Summary** Hey! :wave: I am running Stryker on Ubuntu 22.10 and for some reason it is using every single CPU available by default leading to crash of the OS. I...

🐛 Bug

### Problem Stripe allows production environment to use different URLs for each event (for example /stripe/webhook/coupon/created for coupon.created and so on). This is great because it's best practice to avoid...

enhancement

* **Version**: v18.12.1 * **Platform**: Linux ---- 5.10.0-9-amd64 1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 GNU/Linux Hey! I am using Mocha,Chai and Sinon with TypeScript 4.8 on Node 18.12. My code...

Hey! ✋ I already published this issue on Steam Community but I believe its place is here more than on the community. Every once in a while I get a...

**Summary** Hey! I am trying to run Stryker on a project that uses Mocha. I followed the documentation and added the necessary plugin and fragments within the `stryker.conf.json`. Since I...

🐛 Bug

**Is your feature request related to a problem? Please describe.** This repository is using `npm` as package manager which is known to have several pitfalls, especially being slower than the...

type: feature request
api: core

**Is your feature request related to a problem? Please describe.** When working on projects for my clients, I always setup a `pnpm audit && yarn audit` as a blocking step...

needs-triage
type: feature request

Hey! I am using the latest version of Chai and it appears if you try to deep equal an object that has a property of type `BigInt`, Chai will throw...