Brandon Dahler
Brandon Dahler
That is correct. This merely allows mixed 2.x and 3.x python systems to build/run correctly, regardless of which version is primary. It should not affect 2.x only systems (and 3.x...
> LGTM. are you also interested in adding this in SparkR and PySpark? We can do that in a separate PR. I do think they should be added (I checked...
Clicked re-run all jobs on that linked run, let me know if there was something else you meant for me to do
Rebased on lastest master changes
Checks failing due to change in how MetricAggregator handles multiple calls to self.gauge when timestamp parameter is different (as intended for this request).
This PR is a product of what I had to do in implementation of [AzureServiceBusCheck.py](https://github.com/brandondahler/datadog-AzureServiceBusCheck/blob/master/AzureServiceBusCheck.py):40-53 (which I plan on submitting as a community check eventually). Specifically the management_service.get_metrics_data_queue(...) function calls...
Have added this to my "to-do eventually" list.
I'm considering that it might make sense to do something like: ``` C# IHashValue ComputeHash(Stream inputStream, Stream outputStream, CancellationToken cancellationToken); IHashValue ComputeHashAsync(Stream inputStream, Stream outputStream, CancellationToken cancellationToken); ```
I recognize its been over a year, but I'm now taking another look at this. ## Use cases to be solved for ### Read + calculate hash value Have a...
Might wait for https://github.com/nickbabcock/Farmhash.Sharp/issues/15 to be completed to not have to create a new release shortly after.