Brett Higgins

Results 35 issues of Brett Higgins

Early WIP for #223. TODO: - [ ] Make it work with xdist - [ ] Change the static "…" char to be a spinner Status so far: https://github.com/Teemu/pytest-sugar/assets/91550/bbbc2280-4813-4e19-8d86-b28aa890faed

Applies a heuristic to guess that a sourcemap URL is a remote URL path (without scheme and domain): 1. The string starts with `/` 2. The string is not a...

Status: In Progress

### Environment What version of the CLI and what OS are you running? Sentry CLI 1.23.0, macOS Ventura 13.4 ### Steps to Reproduce Similar to #1846: 1. Create a `.js`...

Status: Backlog

### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...

Type: Bug
Package: remix
Waiting for: Community
Stale

When running nosetests with a test class name, snapshots are not updated when `--snapshot-update` is provided on the command line: ``` # this works $ nosetests --snapshot-update path/to/test_file.py # this...

I'm attempting to build a bundle, in Docker, using staticx+pyinstaller. The target is amd64 Linux; the host machine is an M2 Macbook Pro. In Gitlab CI, this builds and runs...

I recently upgraded a Pyinstaller-built program to use Python 3.11. This resulted in the binary using a newer version of glibc than the target platform supported, which led me to...

enhancement

### What happened? When running `cf2pulumi --help` from the `cf2pulumi-v0.104.0-darwin-arm64.tar.gz` or `cf2pulumi-v0.103.0-darwin-arm64.tar.gz` downloads: After a brief interaction with my company's IT department (frankly I'm surprised it was approved), I'm able...

kind/enhancement
impact/usability
area/cf2pulumi

### What happened? ``` ➜ ~/Downloads/cf2pulumi-v0.104.0-darwin-arm64/cf2pulumi python /tmp/infra.json 2024/05/01 10:50:46 failed to bind program: program.pp:1,23-49: missing second arg; missing second arg, and 18 other diagnostic(s) ``` I have no idea...

needs-repro
kind/bug
area/cf2pulumi

Intended to close #69 but doesn't quite do it yet. See CI results, and https://github.com/ktmud/cached-dependencies/issues/69#issuecomment-739650195. Opening in WIP state for demonstration/troubleshooting purposes.