Vadim Nifadev

Results 23 issues of Vadim Nifadev

WebSockets are enabled by default from version 1.29.0 [wiki](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-WebSocket-notifications), and it's not necessary now to configure them. Caddyfile is changed as well [wiki](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples) It'd be helpful to add a guide...

Translation is adaptive (not word-to-word) and it tries to save the original meaning. As discussed with @satwikkansal, this translation (and possibly all existing ones) will be stored in folder inside...

Hey! Just found out that [this](https://www.trial-n-error.net/de/posts/2012/12/31/logitech-k810-keyboard-configurator/) resource is not available and probably should be removed from README Here is the text from this website: ``` Es ist ein Fehler aufgetreten!...

Dependency updater will help to keep project dependencies up to date. Relevant dependencies reduce security issues, allow using the latest features, but may break compatibility. As a result, dependencies updater...

Let's discuss improvements and changes related to dependency management. If you have any tool, package, config, or script to share, feel free to suggest it into this discussion.

Let's discuss improvements and changes related to linters and formatters. If you have any tool, package, config, or script to share, feel free to suggest it into this discussion.

# Bug report ## What's wrong Package `ply` was not updated since [2018](https://github.com/dabeaz/ply?tab=readme-ov-file#important-notice---october-27-2022). It could lead to security issues and difficulties with new python versions. ## How is that should...

enhancement

# Bug report ## What's wrong Docstring [line](https://github.com/wemake-services/dotenv-linter/blob/master/dotenv_linter/violations/names.py#L22) is copied from `DuplicateNameViolation` docstring. ## How is that should be It should be replaced to relevant docstring summary.

bug

# Bug report ## What's wrong `typing.re` is deprecated and will be removed in python 3.13 ```bash dotenv_linter/visitors/fst/names.py:3 /dotenv-linter/dotenv_linter/visitors/fst/names.py:3: DeprecationWarning: typing.re is deprecated, import directly from typing instead. typing.re will...

bug