Skip to content
Avatar

Highlights

Block or Report

Block or report sobolevn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. A curated list of cryptography resources and links.

    4.2k 529

  2. git-secret Public

    👥 A bash-tool to store your private data inside a git repository.

    Shell 3.1k 184

  3. Minimalistic zsh theme inspired by the old-fashioned hobbies

    Shell 119 20

  4. dotfiles Public

    dotfiles for the developer happiness: macos, zsh, brew, vscode, codespaces, python, node, elixir

    Shell 546 76

3,328 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Mon Wed Fri

Contribution activity

December 2022

Created 3 repositories

Created a pull request in python/cpython that received 10 comments

gh-100072: only trigger netlify builds for doc changes

This PR will trigger the netlify build because of netlify.toml change, but hopefully it won't trigger changes anymore for other builds without ./Doc

+4 −1 10 comments
Reviewed 31 pull requests in 10 repositories
typeddjango/django-stubs 12 pull requests
python/cpython 7 pull requests
typeddjango/djangorestframework-stubs 3 pull requests
sobolevn/dotfiles 2 pull requests
wemake-services/wemake-frontend-styleguide 2 pull requests
wemake-services/django-test-migrations 1 pull request
dry-python/classes 1 pull request
python/typeshed 1 pull request
python/mypy 1 pull request
wemake-services/kira-review 1 pull request

Created an issue in python/cpython that received 8 comments

Class is not generic if it extends type[X]

Code sample: >>> from typing import TypeVar >>> X = TypeVar('X') >>> class Subtype(type[X]): ... ... >>> Subtype[int] Traceback (most recent call last

8 comments

Seeing something unexpected? Take a look at the GitHub profile guide.