Will Kahn-Greene
Will Kahn-Greene
The Breakpad SYM file has an `INFO` line that includes the PE filename. As near as I can tell, that information isn't captured in the symcache or exposed via the...
In the README it suggests to use pytest for test discovery. pytest has a bunch of other features, but some of those features don't work when test classes subclass `unittest.TestCase`....
I'm the current maintainer of [puente](https://github.com/mozilla/puente). I'm maintaining too many things and I haven't used Puente in years, so I'm looking at either: * passing maintenance to someone else *...
I'm the current maintainer of [dennis](https://github.com/willkg/dennis). I'm maintaining too many things and I haven't used Dennis in years, so I'm looking at either: 1. passing maintenance to someone else 2....
`dataproc_init.sh` runs pip 20.3.1 with the new resolver and the requirements that it's trying to install don't gel well with one another causing the resolver to take infinite time to...
We're decomissioning github-bugzilla-pr-linker. See https://github.com/mozilla/github-bugzilla-pr-linker/issues/41 for details.
The stackwalker can emit `corrupt_symbols: true` and the code suggests it'll do that if there's a parse error. It'd be handy to have Crash Stats surface corrupt symbols files. I...
There are a bunch of calls to `err()` in `steve/utils.py`. That module shouldn't be printing anything. It should throw exceptions and then `steve/cmdline.py` things should print to stdout/stderr.
We have a bunch of command line functions that have code that figures out the api key to use. It's the same. We should extract it and put it in...
Fetch does a bunch of things not covered by the current tests. This issue covers adding these tests: 1. verify fetch fails if there's no url 2. verify fetch fetches...