Vickenty Fesunov
Vickenty Fesunov
Thanks, this is great! I think this is a reasonable compromise to make, given the huge difference in performance. It shouldn't make user's life much harder, since not all unary...
Yes, that was exactly my question, whether `tungstenite` can provide handshaking logic to frameworks, so they don't have to re-implement it. I took a look at what `warp` does. They...
We still don't test the feature as a whole: that configuration options actually enable the feature, that the supposed interaction between the polling logic and the cache expiration actually leads...
@clamoriniere > Migrating the SBOM check as a scheduled check doesn't make sense because it is not the fact we run the check that triggers the generation of the SBOM...
Sure, it would be nice to add support for this extension. GNU extensions are definitely in the scope for lang-c, there is already support for a small number of them.
Please also update paths in .github/CODEOWNERS
> I also have a question, the PR is falling behind. Do you prefer I rebase or merge main in (there is one conflict to resolve too). Thank you. I...
This reintroduces flakiness in the tests: ``` Error Trace: /go/src/github.com/DataDog/datadog-agent/comp/dogstatsd/replay/writer_test.go:153 /go/src/github.com/DataDog/datadog-agent/comp/dogstatsd/replay/writer_test.go:157 Error: Not equal: expected: 99 actual : 100 Test: TestWriterUncompressed ```
Hi! While it isn't possible to send distributions with a timestamp with statsd, you can do it using the [Datadog API client](https://github.com/DataDog/datadog-api-client-java) library. You can find an example on the...