Christopher Snowhill

Results 536 comments of Christopher Snowhill

When I copy the ellipses characters, I get U+2026: … But somehow, in the terminal, it lets me select the individual dots.

Also, PyTorch deleted their rocm5.2 repo, so all that's available now is the broken 5.6. Edit: Never mind, I missed that the relevant repositories are specific to Python 3.10.

I'll have to give you an account on my self-hosted instance to access it.

Hmm, come to think of it, it may just be showing the stack trace from where I captured the exception, but the exception is correct for what was thrown by...

Can we look instead at using the members of the NSException to build the stack trace? https://developer.apple.com/documentation/foundation/nsexception?language=objc#1651286 It has [callStackReturnAddresses](https://developer.apple.com/documentation/foundation/nsexception/1412165-callstackreturnaddresses?language=objc) and [callStackSymbols](https://developer.apple.com/documentation/foundation/nsexception/1416845-callstacksymbols?language=objc).

What about if I'm catching the exception myself and passing it to captureException? Edit: I'm getting a useless trace that starts from where captureException is called and ends at `-[SentryStacktraceBuilder...

Issue grouping is an interesting subject, too. Unrelated to this topic, I still get issues reported from versions where I had hang detection enabled, popping up and causing "regressions" on...

> [@kode54](https://github.com/kode54), to your unrelated topic: This looks like a completely different problem. Please open an extra issue for this. I already filed an issue on the App Hangs, https://github.com/getsentry/sentry-cocoa/issues/4947...

Can I get this issue renamed or repurposed? It seems that the actual underlying issue is mistaken traces logged for the thread that reports the exception, causing the trace to...

Oh, oops, I realized what may be doing it. I am running an AirPods status scanner, and didn’t realize its scan data would also pollute the BlueZ widget in sfwbar....