Nicolas DUBIEN

Results 70 issues of Nicolas DUBIEN

The current implementation of underscore is returning an invalid answer for: ```js _.isEqual(0, new Number(Number.MIN_VALUE)) // expected to be false but was true before the fix ``` Similar to a...

bug
breaking change
test

@jlink, the author of [jqwik](https://github.com/jlink/jqwik), a property based testing framework in Java [designed a challenge to compare shrinking capabilities](https://github.com/jlink/shrinking-challenge) of many property based frameworks (whatever the language). Up to now,...

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

While fast-check can potentially push some code to alter existing and shared prototypes like the one of `Object`, it does not protect itself from this kind of issues. The current...

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

## 🚀 Feature Request Related to https://github.com/dubzzz/fast-check/issues/2779 ## Motivation Full support for deno could be a plus, we would need to dig a little bit to see how to bring...

🚀 Feature Request
✔️ Feature Accepted

One should be able to `import nat from 'fast-check/arbitraries/nat'`. Revamping the file layouting may allow such imports. For reference: rxjs or MaterialUI are great libs allowing this kind of imports.

💡 Idea
✔️ Idea to investigate

## 💡 Idea ## Motivation Today, the current implementation of fast-check rely on recursive calls to generate to build a values through several layers of arbitraries. When used in the...

💡 Idea
✔️ Idea to investigate

## 🚀 Feature Request Example: https://runkit.com/dubzzz/valid-regex-generator

🚀 Feature Request
✔️ Feature Accepted

## 🚀 Feature Request Simpler API for fc.object and fc.anything. Probably switching from a withX world to a noX world. In other words: enabled by default. One of the motivation...

🚀 Feature Request
✔️ Feature Accepted
💥 Next Major