Привет! Необычный пост. Мои друзья из GitVerse запустили конкурс статей про:
- опыт создателей open-source-проектов: мейнтейнеров, ревьюеров и коммитеров;
- рассказы о поддержке и сопровождении open-source-проектов;
- истории о том, как своими крутыми контрибьютами ты изменил популярный или важный проект (в лучшую сторону, конечно же!);
- описание глубоких погружений в код популярных решений;
- байки о нестандартных способах использования открытого ПО в экстремальных рабочих условиях;
- любые истории из мира open source, которыми ты бы хотел поделиться.
За лучшие статьи – платят хорошие деньги. Кажется, тут много кто мог бы поучаствовать.
Если напишите статью - пишите в чат @opensource_findings_chat: залайкаем и дадим приглашений, если надо.
https://habr.com/ru/specials/898552/
- опыт создателей open-source-проектов: мейнтейнеров, ревьюеров и коммитеров;
- рассказы о поддержке и сопровождении open-source-проектов;
- истории о том, как своими крутыми контрибьютами ты изменил популярный или важный проект (в лучшую сторону, конечно же!);
- описание глубоких погружений в код популярных решений;
- байки о нестандартных способах использования открытого ПО в экстремальных рабочих условиях;
- любые истории из мира open source, которыми ты бы хотел поделиться.
За лучшие статьи – платят хорошие деньги. Кажется, тут много кто мог бы поучаствовать.
Если напишите статью - пишите в чат @opensource_findings_chat: залайкаем и дадим приглашений, если надо.
https://habr.com/ru/specials/898552/
Хабр
Код свободы: Хабр и GitVerse открывают сезон Open source
Вспомни тот момент, когда ты впервые запустил программу, созданную тысячами невидимых рук. Linux, Firefox, PostgreSQL... За каждым из этих имён стоит революция — мир, где код принадлежит всем и каждый может доработать и улучшить его. Мир open source.Сорок…
привет! теперь все сообщения отсюда автоматически отправляются в чат @opensource_findings_chat, чтобы всем было удобно :)
https://github.com/wemake-services/wemake-python-styleguide/issues/3397
#ast #wemake_python_styleguide
#ast #wemake_python_styleguide
GitHub
WPS432 should ignore literal types · Issue #3397 · wemake-services/wemake-python-styleguide
Rule request (I am not sure whether this is a bug or a rule request, sorry if I picked the wrong one.) Thesis WPS432 currently is applied to magic numbers within literal types. foobar: Literal[9001...
Продолжаем готовить релиз
https://github.com/typeddjango/django-stubs/issues/2630
#typing #django_stubs
5.2.0
🎉https://github.com/typeddjango/django-stubs/issues/2630
#typing #django_stubs
GitHub
[5.2] Fix `django.template.autoreload` module · Issue #2630 · typeddjango/django-stubs
stubtest report this module as missing: error: django.template.autoreload failed to find stubs Stub: MISSING Runtime: <module 'django.template.autoreload' from '/opt/hostedtoolcache/...
https://github.com/wemake-services/django-test-migrations/issues/507
#django_test_migrations #packaging
#django_test_migrations #packaging
GitHub
Repository not shown on PyPI · Issue #507 · wemake-services/django-test-migrations
I see that the repo for this package is defined in pyproject.toml but unfortunately it does not appear on PyPI. Not sure why that is but would be great if there was a reference somewhere on the PyP...
https://github.com/wemake-services/wemake-python-styleguide/issues/3404
#ast #wemake_python_styleguide
#ast #wemake_python_styleguide
GitHub
Forbid comments in `f` and `t` string · Issue #3404 · wemake-services/wemake-python-styleguide
This code should raise a violation: >>> x = f'{ 1 # comment ... }' Because comments make f string implicilty multiline. And comments must not be present in strings. This is not right.
https://github.com/python/cpython/issues/133403#issuecomment-2849451826
Добавить
#cpython #typing
Добавить
Tools/build/verify_ensurepip_wheels.py
в Tools/build/mypy.ini
#cpython #typing
GitHub
Add typing to more build tools · Issue #133403 · python/cpython
Feature or enhancement Right now we support typing in several build tools: cpython/Tools/build/mypy.ini Lines 2 to 4 in 6ce60f1 files = Tools/build/compute-changes.py, Tools/build/generate_sbom.py ...
https://github.com/ag2ai/faststream/issues/2180
Очень простой Issue на расширение документации об использовании RPC в FastStream. Нужно добавить примеры использования
#documentation #faststream
Очень простой Issue на расширение документации об использовании RPC в FastStream. Нужно добавить примеры использования
Response
классов и того, как должен выглядить subscriber, способный ответить на сообщение#documentation #faststream
GitHub
docs: improve RPC section · Issue #2180 · ag2ai/faststream
Improve the RPC (and other brokers as well) documentation page – we should add information about how should subscriber looks like to response on messages. Also, we should add information about Repo...
https://github.com/python/cpython/issues/133604
Простое issue, нужно удалить из кодовой базы
#cpython #stdlib
Простое issue, нужно удалить из кодовой базы
platform.java_ver
+ platform._java_getprop
а так же тесты связанные с ними.#cpython #stdlib