Arpad Borsos

Results 100 issues of Arpad Borsos

It would be nice if you could avoid having to write a `scripts/bump-version.sh` script for projects that have a `Cargo.toml` or a `package.json`. Ideally, this should be configurable, in case...

Feature

Does what the title says. Though not sure this is the best solution to this really.

Status: Backlog

In case the session was not yet flushed, we can still set the User. Question is: Should we flush sessions as soon as we capture anything else or not? +...

Please ignore this, its just for experimentation so far ;-)

The SymbolSupplier was so far re-exported from breakpad-symbols along with some constructor functions. This is on top of #613 and just moves some things out of `minidump-processor`.

I would like to relax two restrictions that are currently enforced by the minidump processor itself, and each of the stackwalkers individually: 1. The *processor* picks **one** stack memory region...

Ideally the processor should not care about the concrete SymbolProvider, and breakpad-symbols should only implement the required traits. This currently fails because the unit tests pull in breakpad-symbols and that...

I should have probably also modified the readme. The new formats parameter is a whitelist for the formats and can also be left as an empty array in order to...

My usecase is as follows: I want my resource Ids/Names to be human readable, with all the special chars and dots they include. I do have a “champions/Dr. Mundo.png” Thanks...