Jorge Hermo

Results 17 issues of Jorge Hermo

Currently, Lp distance when using p=0 is broken. It tries to calculate 1/0. I have implemented [Hamming Distance](https://en.wikipedia.org/wiki/Lp_space#When_p_=_0) (l0 norm) that counts the number of positions which have different values....

[PCA algorithm](https://github.com/rust-ml/linfa/blob/master/algorithms/linfa-reduction/src/pca.rs) is only implemented for f64. Is there a reason for this? Can't it be implemented for trait Float?

Addresses #554. This PR allows to an alternative way of creating a `RunnableImage` with other than default args. This can already be done with a tuple, but it is kind...

Inside of the Matrix channel, it is mentioned that the official contact channel is now Slack.

Closes #20769. This PR is kind of large(900 lines of code, 600 are from generated docs), if your prefer to chat via discord (and in order to be more agile...

domain: sources
domain: external docs

Relates to https://github.com/vectordotdev/vrl/pull/993

domain: external docs

Relates to https://github.com/vectordotdev/vrl/pull/982

domain: external docs

The Vector metric model does not allow to contain String values, but the InfluxDB line protocol does (https://docs.influxdata.com/influxdb/cloud/reference/syntax/line-protocol/#field-set) As discussed [here](https://github.com/vectordotdev/vrl/pull/982/files#r1722427458), we should return an error in the case the...

type: bug
domain: observability
domain: codecs

Relates to https://github.com/vectordotdev/vrl/pull/988 and https://github.com/vectordotdev/vrl/issues/269

domain: external docs

Closes #15765 This PR is not 100% ready by my side and there will likely be a few things wrong, but had a few questions and wanted to know if...

domain: sinks
domain: ci
domain: external docs