Iuri Guilherme

Results 58 comments of Iuri Guilherme

[Answer from the dev](https://github.com/sarugaku/vistir/issues/134#issuecomment-1276559727) Change from vistir.compat import Path To from pathlib import Path That alone doesn't fix the problem because there's more things from vistir that was removed and...

Have to update version for requirementslib in Pipfile, because the current pypi version of pipenv-setup (3.2.0) still references a version of requirementslib which uses `from vistir.compat import fs_decode` instead of...

> Downgrade `vistir` to 0.6.1 We had to downgrade to keep our pipelines running.. This is crazy you can also upgrade pipenv-setup to version 0.4.0

> Edit: I don't see 0.4.0 for pipenv-setup? https://pypi.org/project/pipenv-setup/#history Because it's not published. You can use that version with `pip install git+https://github.com/Madoshakalaka/pipenv-setup@master#egg=pipenv-setup`

I believe you can currently do this with a combination of an elected title and a demographic

Sounds like your feature request would be to save a vehicle's deed owner in the vehicle data if it's a title and use that when the new deed is created...

Article templating would be copying laws. I couldn't use or learn how to us the settlement law copying system, I'll ask on discord how to do it. I'll still insist...

```` src/ package/ __init__.py __main__.py _version.py setup.cfg ```` **\_\_init\_\_.py**: ``` from ._version import __version__ __name__: str = "package" __description__: str = "No one reads this" ``` **_version.py**: ``` __version__: str...