Nicolas DUBIEN

Results 70 issues of Nicolas DUBIEN

While digging into the source code of the library to investigate a runtime crash I had in one of my app, I found this quick optimization. I though it could...

stale
core

Adding support for another test runner: vitest. Fixes #3054 **_Category:_** - [ ] ✨ Introduce new features - [ ] 📝 Add or update documentation - [ ] ✅ Add...

## 🐛 Bug Report ```txt FAIL test/unit/arbitrary/_internals/implementations/SlicedBasedGenerator.spec.ts (5.607 s) ● SlicedBasedGenerator › next › should only go for values coming from the slices when tossing for bias Property failed after...

🐛 Bug Report

The version 3 of fast-check and more precisely the version 3.1 comes up with something very interesting for libraries such as ramda: it can more likely produce values such as...

### Format Long (20 minutes) ### Description Les race-conditions sont souvent un problème sous estimé en JavaScript, pourtant par nature elles sont potentiellement omniprésentes. Cependant les détecter et comprendre est...

Currently `publint` is flagging `[email protected]` as a correctly packaged package. But if we check onto https://arethetypeswrong.github.io/?p=fast-check%403.13.0 the result is different. The tool reports "Internal resolution error". I got reported the...

enhancement

### Prerequisites - [x] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20) - [x] Checked next-gen ES issues and syntax problems by using...

type: bug
status: accepting prs
area: node.js

**:boom: Breaking change** This PR makes schedulers faster. By being faster it means that code that was previously passing may start to fail. Additionally it may predates `waitAll` and makes...

💥 Next Major

**_Category:_** - [ ] ✨ Introduce new features - [ ] 📝 Add or update documentation - [ ] ✅ Add or update tests - [ ] 🐛 Fix a...