kalebmckale
kalebmckale
Apache Tika 2.2.1 has implemented Log4J2 2.17.0, which has addressed all but the most recent [CVE-2021-44832](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44832) that requires an attacker to have access to the actual configuration file. It appears...
@nickchomey @bikashg Our requests have been heard and it's now an active WIP (see #377).
There is another potential source of error: `tox-pipenv` plug-in. I've recently been going through the code and noticed a few errors and places that could generate this problem. Requires more...
You can create `Pipfile` without Python version specified. You still have to remove and re-create the associated venv, but it would use the current Python version when doing so.
I've recently become interested in using `keyring` but found it's not working as expected with `pipenv`, in particular, the `subprocess` option. Even though I formatted the URL with the username,...
I think this has to do with parsing of `extra-pip-args` if I'm remembering correctly. While spaces can be used in Python between an optional command-line argument and its value, in...
Because of the complicated syntax, this may be something that has to be updated via environment variable instead. @matteius any ideas?
Reviewing your description, I believe I know why it's failing. We (@matteius and myself) added a few additional features related to pip indexes, but you seemed to have found the...
To answer the latter inquiry first, `pip` uses a Python argument parser that will allow either a space or `=` between the argument and value. `Pipenv` is parsing the string...
> Not 100% sure what you mean with the part with an existing pipenv virtual environment. Exactly as you did. 🙂 Can you now rerun `pipenv --support` in this directory?