Roman Mogylatov

Results 28 issues of Roman Mogylatov

Wiring can potentially introspect closures which can help on the way of making ``@inject`` unnecessary

feature
research
help appreciated

From #582 : > The first one is the possibility of loading configuration from a .json file. I know that I can use .ini, .yaml, and other formats, but I...

feature

Thanks, @rmk135. I managed to get it work with some refactoring. The issue was not related to spawn but Gunicorn. I found out that the performance of a CLI tool...

optimization

This feature is to support type checks for provider arguments. The technical possibility to implement it comes with Python 3.10 `ParamSpec` feature. Details: [PEP 612: Parameter Specification Variables](https://www.python.org/dev/peps/pep-0612/). User suggestions:...

feature

Idea of this issue is to create an example on how to use `Dependency Injector` with `Orator ORM`. Originally, this question was brought in #230. Acceptance criteria: - There is...

enhancement
research

Checklist of things that should be an object of assessment: - [ ] Goals - [ ] Features - [ ] Automated testing - [ ] Performance - [ ]...

Airline plugin has been moved from `https://github.com/bling/vim-airline` to `https://github.com/vim-airline/vim-airline`, and we use an old link. The idea is to update the link in `vimrc` to relevant one.

The idea is to update readme with the list of all installed plugins and the features that could be used for Python development

enhancement

Update promotion video on youtube (https://www.youtube.com/watch?v=7o9yiHO7gHM) and put link in the readme

enhancement

The idea is to check vim version before the installation and stop installation process if vim version is lower than 7.4

enhancement