Matt Robenolt

Results 178 comments of Matt Robenolt

It's not dead, we just have nobody in house to work on it. If someone would like to submit a PR, I'd be happy to review.

My only guess here is CapturePanic should be happening async and not waiting for your program to exit. There are other API methods which do block. Try using `CapturePanicAndWait` instead.

Ah, so that makes sense. I'd accept a PR that made supplying certificates or some options around here a configurable option. The reason certifi was added in was because users...

Could we not expose a method to set them? I imagine people also wanted to just explicitly give the certs to use. So something like, `client.SetRootCA()` or something.

Would it help if it were vendored instead?

I see. I can probably easily make this a configuration option to override or supply your own bundle. fwiw we do this as well in raven-python. And for context, this...

I'm not sure what the issue here is and I've never used gccgo, so some help here would be appreciated. Is gccgo mangling stuff when it compiles? It just seems...

> But as shared above, my uWSGI config has `threads = 5`. So perhaps this is something else? fwiw `enable-threads` is different from `threads`. `threads` is how many uWSGI threads...

> However, Raven does complain about the lack of enabled threads so ... confusing. Not sure which documentation to trust anymore ;) Ah, I'll have to review. We might have...

@bartek see: https://github.com/getsentry/raven-python/pull/928 I verified this is true locally.