Juan Calderon-Perez

Results 1417 comments of Juan Calderon-Perez

I think this can be closed? The PR's are not referencing issues correctly so GitHub won't close them.

Fixes https://github.com/open-webui/open-webui/discussions/10882

I'm confused as to why we are changing all the places from 302 to 303? They are very different things, see https://en.m.wikipedia.org/wiki/HTTP_302

@andradei You have to update the CI workflow. Did you run golangci-lint locally? When I did a over 100 failures showed up

> @gaby Thanks for looking into this. I'll check the CI workflow files and make sure the list errors are fixed and update the PR. Thank you!

Closing this, we will address this later.

@juju4 This is a vrl issues, not OpenObserve.

I use it this way with the `!` ```vrl .geo_city = get_enrichment_table_record!("maxmind_city", {"ip": .ip }) .geo_asn = get_enrichment_table_record!("maxmind_asn", {"ip": .ip }) . ```

@jszwedko Any updates on this and Metrics support? Having Vector only support one type means folks have to run multiple applications instead of just Vector

This should be the same way pip does it. I manage a fleet of systems and we configure all of then by creating an `/etc/pip.conf` file. When ansible runs to...