afarbos

Results 10 comments of afarbos

It seems everybody is in favor, I am not sure to understand why this is not merged @ojongerius Note: It also seems this relates with my current opened PR: https://github.com/zorkian/go-datadog-api/pull/325.

I understand, however I would note that this only happened when the value is nil, all other value would be valid. I strongly believe to add an option/flag to support...

Does this mean you won't move forward with #9 changes ? I still think this is really valuable, it could work right now, with no need of python 3.8 and...

Related to #6 That would a really nice enhancement!

I found the issue is not related here to using multiple time the same event but using the same logger across multiple goroutines. Could we update the documentation in general...

Yes, It started similarly for me, rare and then became a bigger issue. The short story is zerolog is not thread/async-safe. In my case, multiple goroutine were accessing the same...

I /fresh created a new PR that can be merged following all your guidelines @dhui, all lines added are tested and it's fully backward compatible with no change from the...

Couldn't we use the order provided ? In this case: 1. `setting_name` 2. `deprecated_name` But I would argue that the order should not matter here actually. Users should only set...

I am not sure to get it. Does res_A will be executed twice in this case or not? ``` python res_A = A.s().freeze() group(chord([res_A , B.s()], D.s()), chord([res_A, C.s()], E.s()))...