Andy Weiss

Results 4 issues of Andy Weiss

See the discussion on https://github.com/rollbar/pyrollbar/pull/149 for how the scrubbing code can be improved. This issue is so this idea doesn't get lost in the mix.

enhancement

Given a standard macos framework with the proper symlinks setup: ``` Something.framework ├── Something -> Versions/Current/Something ├── Headers -> Versions/Current/Headers ├── Modules -> Versions/Current/Modules ├── Resources -> Versions/Current/Resources └── Versions...

P3

Allow catchers to specify a format just like other routes do. For example, I expected the following to work: ```rust #[get("/user", format="application/json")] pub fn user() -> Json { ... }...

request

This makes the PlaywrightLauncherPage function similarly to the ChromeLauncher where we attempt to load the coverage from the browser and return that if availble during the stopSession method. Currently the...