Krishnasis

Results 8 issues of Krishnasis

Issues https://github.com/Madoshakalaka/pipenv-setup/issues/163 and https://github.com/Madoshakalaka/pipenv-setup/issues/138 are caused by breaking changes in dependency libraries. - Freeze the versions of the dependencies to the versions before the breaking changes were introduced in the...

On using pipenv-setup, you will get an error called `plette.models` not a package. ```python from pipenv_setup import pipfile_parser as parser ``` This is because the underlying `plette` package was updated...

Currently, we only support case-sensitive searching, it would be helpful if there existed a flag like `ignore_case=True` in `find_text` for case-insensitive searching.

enhancement