Matt Davis
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...
> 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...
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  ### Steps to replicate...
## 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...
**\* 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...