Andy Brown

Results 6 issues of Andy Brown

Unfortunately the snappy decompression will not work as currently implemented. The reason is that `snappy_uncompress` is being [called directly](https://github.com/grobian/carbon-c-relay/blob/master/dispatcher.c#L340) on data returned from a socket read regardless of the whether...

bug

I have configured a socket for receiving line data compressed with LZ4. The sender is java. I consulted the LZ4 [compatibility page](http://lz4.github.io/lz4/#interoperable-lz4) and selected Apache [commons compress](https://commons.apache.org/proper/commons-compress/javadocs/api-release/org/apache/commons/compress/compressors/lz4/package-summary.html). I tried both...

in progress

*Summary* As requested in the response to #683, here's a PR to fix everywhere that references an image to use the tag generator in `_helpers.tpl` so that custom repositories and...

Our artifactory instance implements write-once semantics for final chart versions and will throw an error if you try to publish the same version again. Sometimes we need to re-run a...

enhancement

(This is used to request new product features, please visit for questions on using Istio) **Describe the feature request** **Describe alternatives you've considered** **Affected product area (please put an X...

kind/enhancement
area/security
lifecycle/stale
lifecycle/automatically-closed

If the writer is based on C/C++ libraries then NaN can be either NaN, nan, or NAN depending on the math library implementation and whether the developer used %f or...

need-test-case