Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
926 contributions in the last year
Activity overview
Contribution activity
October 2020
- dubzzz/jest-esm-fast-check-repro JavaScript
- dubzzz/webpack5-dual-mode-test JavaScript
- dubzzz/codemirror-next-repro-cra JavaScript
Created a pull request in ramda/ramda that received 3 comments
Move existing PBT tests to fast-check and add some more
As seen in issue #1540, I am opening this Pull Request in order to: migrate ramda to fast-check instead of jsverify - indeed a year ago jsverify o…
- 👷 Add Skypack package score during tests
- 👷 Check package's compatibility against latest node
- 🗑️ Deprecate old signatures
- ✨ Add constraints-based signature for integer and nat
- ✨ Add constraints-based signature for float and double
- ✨ Add constraints-based signature for bigInt and bigUint
- ✨ Add withDate option on fc.object
- 🗑️🚚 Deprecate fc.dedup in favor of fc.clone
- 🚧 New floating point number arbitraries
- 🎨 Stricter limits on domain arbitrary
- 🎨 Stricter limits on email arbitrary
Created an issue in webpack/webpack that received 6 comments
Dual mode (ESM + CJS) regerssion between webpack 4 and webpack 5
Hello