Andrey

Results 25 issues of Andrey

This is the proposal. I want to isolate working with references in a separate module. - This will help to track all constants usage. - Expose the convenient API for...

category:refactoring
component:AI

Doctest is a quite nice feature to put the test into the documentation. https://docs.python.org/3/library/doctest.html There is a nice part about doctests in that video. https://www.youtube.com/watch?v=ARKbfWk4Xyw Since we import runtime libraries,...

category:feature
component:AI
component:infrastructure

@Grummel7 , here is some magic that will help with tag parsing. Metaclasses in Python is a hook into the class creation process. The code will be executed when the...

component:AI
category:tweak

Adding a bit of documentation will be a bit useful. It is really hard to find information about st-tool and its usage. This issue was raised by @Grummel7 . I...

category:tweak
component:technical docs

This is not a real test, but a check for the state of the codebase. The rule of thumb for such error messages is to write the instructions for the...

category:feature
component:infrastructure

Looks like it is easy to measure AI by collecting issued orders. You don't need to touch actual code. Here is a sample PR with code. Now I print only...

category:feature
component:AI

### Feature description > Please provide return type hint for the function: __init__. If the function does not return a value, please provide the type hint as: def function() ->...

enhancement

### Describe your change: Add hash map data structure. Another name for a hash map is a hash table. And there is a file with such name. The difference with...

awaiting reviews

Replace/remove instructions on individual tools usage with pre-commit. Instruction with flake8 is a bit misleading since the project uses flake8 plugins that should be installed to get the same linting...

awaiting reviews
documentation

### Describe your change: - Add flake8 docstring to the pre-commit hook - Add global configuration for checks - Add per-file exclusion to the violation. - Minor doc fixes *...

enhancement
awaiting reviews