DimDroll

Results 7 comments of DimDroll

@t-mart thanks for leading effort on this issue. Can you please share if you had time to look into it? vector.dev community uses chrono for datetime parsing and interest in...

I reproduce the same issue with vector sink: ``` [sinks.vectorInput] type = "vector" inputs = ["defaultChecks", "catchAbortAndError"] address = "${VECTOR_INPUT}:6001" # bug requires to hard-code port here: https://github.com/vectordotdev/helm-charts/issues/348 compression =...

Spent some time trying to understand the issue with WASM and precision, but realized that this issue is out of my depth. So here is the research I did if...

Thank you Jesse for taking the time to look at this, Replication steps from my side are: ``` git clone https://github.com/vectordotdev/vector.git cd vector/lib/vector-vrl/web-playground/ cargo install --locked --version 0.10.3 wasm-pack wasm-pack...

Thank you, I was finally able to build playground and replicate the issue there as well. For those stumbling into the thread and building it in WSL too, I had...

@matthewmrichter As per: https://github.com/aws-actions/aws-cloudformation-github-deploy/blob/780e9430141a26b3bee5e0fa36aa3aa227a12ffd/__tests__/utils.test.ts#L70 Specifying multiple duplicate "ParameterKey" will concatenate them in one with comma separated ParameterValues. So: ``` parameter-overrides: >- SubnetIdList=subnet-11111111, SubnetIdList=subnet-22222222, SubnetIdList=subnet-333333, VPCId=vpc-abcdefg1234 ``` Will be passed to...

I came to this discussion while searching for solution in google. Earlier comment confused me a little, so I removed: ``` salt calt ``` From the list of the features,...