Highlights
- GitHub Star
- 3 discussions answered
Block or Report
Block or report sobolevn
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
3,108 contributions in the last year
Contribution activity
July 2022
Created 58 commits in 17 repositories
Created 5 repositories
- sobolevn/urllib3 Python
- sobolevn/pyopenssl Python
- sobolevn/mypy Python
- sobolevn/phx_json_rpc Elixir
- sobolevn/cookiecutter-django Python
Created a pull request in python/typeshed that received 36 comments
Add missing methods to OpenSSL.SSL.Connection
For now, I've added all methods from 21.0 If there are new ones in 22.x, they are to be added later. Source: https://github.com/pyca/pyopenssl/blob…
+50
−9
•
36
comments
Opened 29 other pull requests in 10 repositories
python/typeshed
12
merged
1
open
-
Add
pyopenssl.versionmodule -
Initial work on
redis.clustermodule -
Improve
redis.crctypes -
Add
ocspcallback setters toOpenSSL.SSL -
Change
Stub versioningwording inCONTRIBUTING.md -
Remove python3.6 stubs from
pyclbr -
Add
proto_versionsetters toOpenSSL.SSL -
Improve
redis.utilstypes -
Always return
Iterator, notIterablefor__iter__ -
Improve
redis.retrytypes -
Improve
redis.backofftypes -
Improve types of
redis.connectionmodule -
Improve
redis.sentineltypes
wemake-services/wemake-django-template
1
closed
4
merged
python/mypy
2
open
2
merged
urllib3/urllib3
1
open
pyca/pyopenssl
1
merged
sobolevn/sobole-zsh-theme
1
merged
shirokovnv/phx_json_rpc
1
merged
wemake-services/jinja2-git
1
merged
cookiecutter/cookiecutter-django
1
merged
wemake-services/wemake-python-styleguide
1
merged
Reviewed 49 pull requests in 14 repositories
typeddjango/django-stubs
16 pull requests
- Improve stubs for contrib.postgres.operations.
-
Tighten
management.get_commandstype - Fix type annotation of message_dict.
-
Fix overloads and remove
PathLikeinfinders - Improve type annotation of DiscoverRunner.
- Use a more general type for django.core.mail.send_mass_mail's datatuple
- Improve typing for unresolved managers
-
Add support for inline
from_querysetin model classes - Made BaseContext __setitem__ and __getitem__ consistant.
-
Use
_AsSqlTypeforas_sql - Monkeypatch some more generics.
- Run CI checks on all pushes
- Improve stubs with minor fixes
- Form types for Django 4.1.
- Fix type stubs for EmptyManager
- Fix plugin
python/typeshed
6 pull requests
python/mypy
6 pull requests
wemake-services/wemake-django-template
5 pull requests
sobolevn/git-secret
3 pull requests
wemake-services/wemake-python-styleguide
3 pull requests
typeddjango/djangorestframework-stubs
2 pull requests
dry-python/returns
2 pull requests
wemake-services/kira-dependencies
1 pull request
sobolevn/awesome-cryptography
1 pull request
wemake-services/kira-release
1 pull request
wemake-services/dump-env
1 pull request
HypothesisWorks/hypothesis
1 pull request
wemake-services/django-split-settings
1 pull request
Created an issue in shirokovnv/phx_json_rpc that received 4 comments
Any specific reason to require elixir ~> 1.12?
I think it is safe to include older versions as well. At least two of them. Link: https://github.com/shirokovnv/phx_json_rpc/blob/master/mix.exs#L36 …
4
comments
Opened 10 other issues in 3 repositories
shirokovnv/phx_json_rpc
6
closed
2
open
- Please, make GitHub releases when publishing a hex package
- Phoenix version?
- "How it works" in the README is missing an example
-
Looks like
openrpc.jsonis only used for testing -
Do we really need
test_controller.ex? -
Consider using
dialyzer -
Consider using
mix credo --strictinstead of justmix credo - Use a test matrix