Tanner Bennett

Results 64 issues of Tanner Bennett

Offsets in the crash log should be in decimal. Don't convert them to hex. Hex makes no sense, it's supposed to be human-readable, and relevant tooling expects offsets to be...

After the update that fixed the renamed classes for iOS 14, I'm getting tons of jetsam logs: ``` The process was terminated for exceeding jetsam memory limits ``` These shouldn't...

Not sure what other information I need to provide, but just ask! I'm trying to inspect Swift classes in third party apps.

A conformance's class will be nil when the conformance refers to a class that is only present in a newer SDK. For example, SDKAdImpression is only available on iOS 14.5....

Does Echo provide logic [like this](https://github.com/apple/swift/blob/main/stdlib/public/runtime/ReflectionMirror.cpp#L659-L661)? It would be really cumbersome if users of Echo had to make this check themselves when trying to get a class's field offset. How...

I'm building a Swift Forums client using that JSON library I've been working on the last few months. Wanted to profile it for memory leaks, but the app doesn't link...

This project is amazing! However, the lack of comments makes it difficult to learn from. 😓 For example, [this entire block of code](https://github.com/Azoy/Echo/blob/6386b6a0e62fc91ecbc56795e6a65c3cb22916b6/Sources/Echo/ContextDescriptor/ClassDescriptor.swift#L292-L389) has only two comments. I'm grateful for...

This PR: - Enables support for tvOS (no changes needed other than opting-in), and - Updates the example project to not use storyboards

I'm trying to fix up PopcornTimeTV/PopcornTimeTV, and apparently they've been using this pod in the tvOS target in the past. Not sure how since it appears your podpsec never declared...

I have a PR I can submit for some fixes. The project no longer builds out of the box, and crashes even when you do get it to build, but...