Saj Goonatilleke

Results 11 issues of Saj Goonatilleke

Hi! What was the rationale behind 8ce046db4a10c48205fa42034d025e54c5952e75? I imagine this change in behaviour would be useful when dealing with streaming output. Was that the intended use case? I use `slackcat`...

**How to reproduce:** Invoke `/etc/init.d/datadog-agent info` in a running [`datadog/docker-dd-agent`](https://hub.docker.com/r/datadog/docker-dd-agent/) container. I was able to reproduce on the image tagged with `12.6.5251`. **Observed output:** (Trimmed for clarity.) ``` ==================== Collector...

https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/feature/ec2/[email protected]#Client.GetMetadata > The content will be returned as a string The function returns a value of type `*GetMetadataOutput`. There is no field of `string` type to be found in `GetMetadataOutput`....

bug
documentation
p3
s
queued

Hashicorp's HCL parser for Go will [accept](https://github.com/hashicorp/hcl/blob/9a905a34e6280ce905da1a32344b25e81011197a/decoder_test.go#L187) input like the the following: ``` foo { key = 7 } foo { key = 12 } ``` pyhcl 0.2.1 barfs when...

## Summary Somewhat related to #6182, though I feel this is a distinct problem. ## Steps to reproduce 1. Create a pipeline with many, many jobs. 2. Navigate to the...

bug

Big, busy Redis servers configured with AOF persistence can chew through a lot of disk storage. It's usually not a big deal if capacity estimates come in a little under...

Solarized's default [sign](http://vimdoc.sourceforge.net/htmldoc/sign.html) highlighting is a little harsh on the eyes: I see purple on white with `background=dark`. Adding `s:bg_base02` was good enough for me: ``` diff --git a/colors/solarized.vim b/colors/solarized.vim...

Breaking change. The `tags` attribute will change from string-type to set-of-string type. Users will need to make the following syntactic change to their Terraform configuration files: // before: resource "pingdom_check"...

BSD dd will barf on an uppercase unit of measurement. From the dd(1) man page: > Where sizes are specified, a decimal, octal, or hexadecimal number of bytes is >...

# Context * Version of iperf3: iperf 3.17.1 (cJSON 1.7.15) * Hardware: amd64 * Operating system: FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC * Other relevant information: iperf3 was installed from FreeBSD packages...