Matt Davis

Results 71 issues of Matt Davis

Similar to linting or vendoring, we should have a a build step that is for running the mypy type checker. This will mean cleaning up the type annotations and eliminating...

Type: Enhancement :bulb:
Category: Tests

trivial news fragments aren't getting added to the CHANGELOG.rst when generating a release. I noticed this a few times now; finally ticketing it.

Type: Documentation :book:

I am considering we should skip this test so we don't appear to have broken CI builds 90% of the time, and use this ticket to document the fact we...

Type: Possible Bug
Category: Tests
Contributor Candidate

I was working on converting `pipenv` away from `pkg_resources` to use instead distributions from https://docs.python.org/3/library/importlib.metadata.htmland in the past hour it became problematic because we rely on `pipdeptree` which is expecting...

help-wanted

Thanks for publishing this project, I am using it for inspiration for the registration flow that I am building, however I am finding that in most cases I need to...

Currently unable to upgrade other dependencies due to usage of this library. Example: ``` INFO:pipenv.patched.pip._internal.resolution.resolvelib.factory: The conflict is caused by: martor 1.6.28 depends on importlib-metadata= "3.8" ``` ## Details -...

### Description of the issue With successful authorization (not captured): ![image](https://github.com/saleor/saleor-dashboard/assets/479892/6e89de9a-cafb-4dc6-a239-beb8226fd0a4) Once manually captured in the stripe UI: ![image](https://github.com/saleor/saleor-dashboard/assets/479892/feac909a-7e00-40d7-bb57-1dcb9b479971) ### Steps to reproduce the problem Set the configuration to not...

bug

Thank you for contributing to Pipenv! ### The issue It has been long requested that: `pipenv install` have the same behavior as `pipenv sync` when no packages are requested and...

### Issue description Check actions: https://github.com/pypa/pipenv/actions/runs/7749006292/job/21132708157 It fails, but after publishing successful wheel. It doesn't block release, but we need to evaluate either removing the bump release version, or fixing...

Type: Bug :bug:

Ran into this at work recently, uninstall does a complete lock so not nearly as useful as upgrade path. This makes the uninstall smarter like the upgrade path is (but...