Jan Michael Auer

Results 25 issues of Jan Michael Auer

https://github.com/willglynn/pdb/pull/93 improved module references by using optional 0-based `usize` indexes instead of requiring to subtract 1 to resolve modules. In https://github.com/willglynn/pdb/pull/93#issuecomment-1133669065, @mstange points out that same is true for `PdbInternalSectionOffset::section`:...

When used together with `kotlin-platform-js` in a multi-platform build setup, this plugin causes a build error: ``` A problem occurred evaluating project ':frontend'. > Platform project project ':frontend' implements non-common...

Looks like [`net.rubygrapefruit:native-platform`](https://mvnrepository.com/artifact/net.rubygrapefruit/native-platform) requires the [**Gradle Releases**](https://mvnrepository.com/repos/gradle-libs-releases-local) repository: ```gradle maven { url "https://repo.gradle.org/gradle/libs-releases-local" } ``` This is missing in the documentation.

The SDK should log breadcrumbs when the App restarts (but probably not for the first start) to make it easier to separate sessions from the user. Ideally, this would use...

Type: Enhancement

In #392, we implemented a workaround to skip already published crates. This comes with the downside of hiding errors when running a release that already exists. A better solution, as...

Improvement

The publish action on sentry-native frequently gets stuck while uploading assets to GitHub. The last logs read (terminating with cancellation or timeout): ``` [info] [[target/github]] Git tag: "0.4.17" [debug] POST...

bug

I would prefer to run craft without debug logs on the console. Especially when publishing to crates.io, the output is enormously large. When errors occur, it would still be great...

enhancement
Hacktoberfest 🎃
Improvement

For generic HTTP errors, it would be better to print additional information, rather than: ``` ✖ error HttpError at response.text.then.message (/Users/jauer/.config/yarn/global/node_modules/@octokit/rest/lib/request/request.js:72:19) at process._tickCallback (internal/process/next_tick.js:68:7) ``` Desirable user information (INFO log...

enhancement
good first issue
Hacktoberfest 🎃
Improvement

Potential downstream consumer of this is https://github.com/mozilla/dump_syms/issues/224 Older Rust compiler versions also used to output DWARF sections in PE.

``` mangled: _ZN4base8internal13FunctorTraitsIPFvvEvE6InvokeIJEEEvS3_DpOT_ c++filt: void base::internal::FunctorTraits::Invoke(void (*)()) cpp_demangle: void base::internal::FunctorTraits::Invoke(void (*)(), &&...) ``` Also, the `no_params` option has no effect on this symbol. I haven't tested yet what happens with...

bug
I-fails-to-format