Pierre Durand

Results 40 comments of Pierre Durand

More info: - Go 1.8.3 / 1.9 beta2 - Latest version of streadway/amqp - RabbitMQ 3.6.10

Could we add a third clause in the select ? I will submit code later.

You should probably add some debugging logs in the code, in order to know which component is slower (the cache, the "resizer", etc...). > the CPU only peaks at 3%...

could you post the config/code you use ?

What is inside `newImageHTTPHandler()` ? Do you call `NewLimitServer()` ?

You can convert the `[]byte` to `string`, or use `unsafe`.

I really would like to see this implemented. I saw https://github.com/getsentry/sentry-go/pull/310 and I understand why it's not suitable. I can suggest this, add a function: ```go func RegisterStackTraceExtractor(f func(error) *StackTrace)...

Hello WDYT about my proposal ? https://github.com/getsentry/sentry-go/issues/253#issuecomment-785193900