Highlights
- Arctic Code Vault Contributor
- Pro
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 upPinned
1,344 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 32 commits in 2 repositories
Created 1 repository
- Zac-HD/deal Python
Created a pull request in HypothesisWorks/hypothesis that received 1 comment
Recommend using `sampled_from()` when `builds(Enum)` raises an error
This improved error message closes #2693, and is designed to avoid any slowdown if the target to build does not raise a TypeError.
Opened 5 other pull requests in 1 repository
HypothesisWorks/hypothesis
3
merged
2
open
- Improve error when generating a dataframe from `rows` and `columns` with `fill=None`
- Improve signature of `settings()`, for tab-completion and type checking
- Special-case `sampled_from(...).filter(...).map(...)` in unique collections
- Make `dictionaries(keys=sampled_from(...), ...)` more efficient
- Recognise en/de function pairs in the ghostwriter