Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
- 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
2,114 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 10 commits in 6 repositories
Created a pull request in MagicStack/asyncpg that received 6 comments
fix link in connect docstring
Until now the url had a space in it which means the link was to
https://www.postgresql.org/docs/current/%20libpq-connect.html#LIBPQ-CONNSTRING
whi…
Opened 2 other pull requests in 2 repositories
samuelcolvin/pydantic
1
merged
samuelcolvin/pytest-cloudflare-worker
1
open
Reviewed 14 pull requests in 2 repositories
samuelcolvin/pydantic 10 pull requests
- Fix #2111: support pickle for built-in dataclasses
- feat: Add the ability to add extra settings sources
- Add a Hypothesis plugin
- fix(fields): handle properly default value for type `Callable`
- feat: add `StrictUnion` type
- Correct defaultdict field validation
- Add merged json_encoders inheritance
- make host optional in AnyUrl
- Add Rabbitmq Dsn
- Add `rediss` (Redis over SSL) protocol to `RedisDsn`
Created an issue in samuelcolvin/pydantic that received 2 comments
Simplified length limited string
I often want constr(max_length=XXX, strip_whitespace=True). Could we add a shortcut for this that worked better with mypy?
E.g. something like
class …

