Matt Davis

Results 71 issues of Matt Davis

Extra pip args were never passed to the resolver. The way this PR does it, allows it to work for both the default resolver in sub-process and resolver in parent...

The other day I fixed the readthedocs.org build but the docs appear to still be outdated? Just judging by the CHANGELOG being from Sept ... any help would be appreciated...

Type: Regression
Contributor Candidate

> From your comment @matteius, it sounds like the _intended_ behavior and usage pattern is that the keyring packages be installed inside of the project venv, and pipenv leverages those...

Type: Documentation :book:
keyrings

I am exploring how the resolver determines what python version its using and what markers to evaluate against. ### The issue Fixes #5908 ### The fix Adds another reserved named...

### Issue description pipenv test runner does not cleanup virtualenvs ### Expected result We should remove possible virtualenv when the test finishes. ### Actual result ![image](https://github.com/pypa/pipenv/assets/479892/a274662c-76af-4e1f-9bb4-9e40da3df9d6) ### Steps to replicate...

Category: Tests

## Describe the bug In Digital Ocean Manage Postgres database you are limited to a number of connections that is related to the number of cores. I have found that...

bug

**\* Errors validating [tmpfilepath]: *** Error at line 1, character 1: missing document type declaration; assuming HTML 4.01 Transitional Error at line 4, character 7: end tag for "HEAD" which...

I got some code that was intended for the Raspberry Pi running on the pico tonight for the BME280 sensor, and I used this library to supply the smbus module...

**Describe the bug** It appears the simple-history is incompatible with model_utils.models.UUIDModel. Despite my best efforts, it attempts to have two primary_key values on the history table always. **To Reproduce** Steps...

Conductor API for updateWorkflowDef doesn't support updating onStateChange values. ``` task.on_state_change = { "onScheduled,onStart,onSuccess,onFailed,onCancelled": [ { "type": "task_status_changed", "payload": {"task": "${%s}" % task.task_reference_name, "workflow": "${workflow}"}, } ] } ``` but...