Jesse Szwedko

Results 966 comments of Jesse Szwedko

We regularly review issues based on demand, level of effort, and impact but unfortunately I don't believe this one has been picked up. Still open to a PR here if...

Merged locally to preserve commit history.

I converted this to a feature request. Thanks for opening it @matt-simons!

Thanks @johnhtodd . I can the usefulness of those metrics and the `ip_origin` (I think we have some precedent for calling this `source_ip` in other places) tag for tracking the...

I just ran into this today too. Interestingly it seems to happen only on MacOS and not Debian.

Hey! Thanks for pointing this out. v3 is the latest release and is safe to use. A PR to update the docs would be welcome :)

Hi @panophobicPanda ! The framework we use for cross-compilation, `cross`, does not yet support `aarch64-apple-darwin` as a platform (https://github.com/cross-rs/cross/issues/508). We do use self-hosted runners in AWS for the Windows builds....

Just a note for readers that it is possible to compile Vector natively on M1 Macs (`make build`).

👍 AWS also has new support for M1 runners that we may be able to leverage too.

> Since a few things have changed, it seems like there are now a few different options here? > > 1. Build with `cross-rs` > 2. Build on an M1...