Juan Calderon-Perez

Results 1410 comments of Juan Calderon-Perez

@jujur10 I'm not following what the issue is from the code. You are sending a `"` inside the cookie value? Can you provide a more simple reproducible example? Ican't copy/run...

This is similar to what happens with syntax highlighting. Related https://github.com/open-webui/open-webui/discussions/11924

Blocked by https://github.com/abetlen/llama-cpp-python/issues/1625 and https://github.com/abetlen/llama-cpp-python/issues/1618

@ZihxS Use https://github.com/sponsors/gofiber

๐Ÿ‘ Being able to have region based maps. The global one is really hard to see, specially in dark-mode.

@Idriel Did you check the docs? See here: https://openobserve.ai/docs/user-guide/functions/enrichment/ Your function should look like this in the Pipelines section: ```vrl .geo_city = get_enrichment_table_record!("maxmind_city", {"ip": .ip }) .geo_asn = get_enrichment_table_record!("maxmind_asn", {"ip":...

@zhuhaicity Can you update the PR so that it can be merged?