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 40 million developers.
Sign up- Moscow, Russia
- Sign in to view email
- https://sobolevn.me
Pinned
4,572 contributions in the last year
Activity overview
Contributed to
wemake-services/wemake-python-styleguide,
dry-python/returns,
wemake-services/wemake-vue-template
and 5 other
repositories
Contribution activity
April 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1 repository not shown
- sobolevn/awesome-functional-python Python
- sobolevn/awesome-standard
- sobolevn/pyrsistent Python
- sobolevn/MonkeyType Python
- sobolevn/dramatiq Python
- sobolevn/hegel JavaScript
- sobolevn/pytest Python
- sobolevn/safety Python
- sobolevn/toolbelt Python
Created a pull request in fcurella/django-fakery that received 5 comments
- Adds `__copy__` and `__deepcopy__` magic methods to `Immutable` class
- Typos fix by misspell-fixer
- Typos fix by misspell-fixer
- Typos fix by misspell-fixer
- Fix typo
- Bump typing-extensions from 3.7.4.1 to 3.7.4.2
- Bump typing-extensions from 3.7.4.1 to 3.7.4.2 in /docs
- Fix various typos, re-wrap a few short lines, exchange some words
Created an issue in dry-python/returns that received 7 comments
Add `@curry` decorator
It should not be too hard. partial was pretty much ok, and @curry can reuse a lot of existing stuff.
It should work like so:
from returns.curry import
7
comments
- Add `.bind_io` method to `IOResult`
- Create "Maintaining.md"
- Create "Principles" doc
- Consider adding `apply` method
- Add pytest and mypy docs
- Add possibility to break `IOResult` into `IO[Result] and so on
- curry plugin does not work with `Overloaded` type
- curry plugin does not work with `TypeType`
- curry plugin does not work with `Instance` types
- Add conda-forge release
- Add `not_` function
- Add `is_io` function
- Add a helper function to compose decorators