Merlin

Results 72 comments of Merlin

This RFC looks great as far as I'm concerned; I would be happy to see it implemented. I noticed [on this issue](https://github.com/opensearch-project/security/issues/2574) that the author says "API Keys are not...

I suppose this is the same issue: ![image](https://github.com/user-attachments/assets/ff44ce6c-9217-4fb0-bc5c-691d24a3ede3) If the amount is zero when saving a budget line, the other details revert to the default setting which is monthly expense.

As far as I can tell, #50 is a different error. I see [this comment](https://github.com/pgjones/hypercorn/issues/50#issuecomment-1850131423) is the same error as I am getting, an unhandled IndexError on [line 259 of...

Here is a boiled-down demonstration of what I have figured out: ```python import asyncio import traceback class Stream: def do_whatever(self): pass class StreamClosed: stream_id: int class StreamEnded: stream_id: int class...

I found I can produce this error by closing Firefox and reopening it and revisiting my server. I suspect that part of the reason why I am getting this error...

That seems to be a different error. Are you using Quart? @pgjones Any input on this issue?

Looks like it should. Thank you!

Great idea, as there are likely a significant number of folks (like me) migrating from Elastic Stack to OpenSearch, with a list of features they expect/want because this is a...

Same here. Version 2.13.0 on Debian 12. Is there perhaps a setting that needs to be set? Downgraded to 2.12.0 to bypass the issue for now.

I upgraded back to 2.13.0 and [removed the Performance Analyzer plugin](https://opensearch.org/docs/latest/monitoring-your-cluster/pa/index/#disable-performance-analyzer), and the errors aren't appearing for me. Seems to be related to JSON marshaling of a performance metric perhaps?...