Ilya

Results 18 issues of Ilya

This is the framework I develop to simplify computer vision program decomposition. In the program written with cv2studio workflow is split into processing components. An image in, an image out.

Currently there is no testing at so. It makes difficulties in development and make the package unsafe to use.

bug

There is no exception logging if `rt i` fails.

bug

It would be nice to add some flag handling to pip, so that the `rt` will understand that this packages should not be in `requirements.txt`. ```shell pip install -s something...

enhancement

Error messages from config (for example, when the script doesn't see requirements.txt) should be warnings as a maximum.

bug

The package currently is only available on Linux systems. We should consider adding Windows support in the future.

enhancement

Many other managers like `pipenv` or `poetry` have improved dependencies resolution methods. Solutions: - Keep lock file and add alternative to pip dependencies resolution workflow. - Allow extentions to the...

enhancement

When you uninstall a package the following message appearce. ``` WARNING: Package(s) not found: appdata ``` These messages should be removed.

bug