Matt Davis

Results 71 issues of Matt Davis

### The issue Testing against the sentry requirements file profiling from a fresh virtualenv creation with no Pipfile/Pipfile.lock: https://raw.githubusercontent.com/getsentry/sentry/refs/heads/master/requirements-base.txt Main branch: ![image](https://github.com/user-attachments/assets/e592e94a-7f67-4b79-97f5-d5887580a972) This branch: ![image](https://github.com/user-attachments/assets/6e13f061-25b6-4356-bbb7-76d47098c616) ### The fix * Reintroduce...

# Payment System Improvements and React Query Integration ## Overview This PR introduces significant improvements to the Stripe payment integration and overall checkout experience by migrating to React Query for...

I'm excited to share a new feature I've been working on for PrusaSlicer for the past couple of hours that makes creating multi-color prints with the MMU3 WAY easier and...

This got the atbm6062 sdio and usb modules to build and load without symbol errors on our xburst2 4.4 branches. Corresponding changes: https://github.com/gtxaspec/atbm-wifi/pull/6/files

![image](https://github.com/user-attachments/assets/bff4c0ba-1c03-4484-922d-abda155058f6)

# MIPS: Show arguments at indirect tail-calls by typing the decompiler’s call target (eliminates UNRECOVERED_JUMPTABLE at call sites) ## Summary Adds a post-decompiler analyzer that automatically types the CALLIND target...

## Summary Fixes #5954 The `--quiet` flag and `PIPENV_QUIET` environment variable now properly suppress all shell activation output. ## Problem When running `pipenv shell`, users see 3 lines of output:...

## Summary Fixes #6028 When a package has a `sys_platform` or other marker that doesn't match the current platform, skip adding it to the constraint set before resolution. This prevents...

## Summary Fixes #6119 ## Problem When a package (A) installed from a local path depends on another package (B) also installed from a local path, the sub-dependency (B) was...

## Summary Fixes #6076 ## Problem When installing a git dependency over SSH without specifying a branch/ref (e.g., `git+ssh://[email protected]/user/repo.git#egg=package`), the URL was being incorrectly parsed. The `@` symbol in `[email protected]`...