Aravind Chintalapalli

Results 3 issues of Aravind Chintalapalli

Currently validator module does not support the `additionalProperties`. https://swagger.io/docs/specification/data-models/dictionaries/

enhancement

My tomcat app seems to have more than one class loader, the liverepl seems to attach itself to the system class loader. How do I attach it to other class...

ERROR:asyncio:Exception in callback _log_task_completion(error_callback=>)() at /home/ubuntu/.venv/lib/python3.12/site-packages/vllm/engine/async_llm_engine.py:46> Traceback (most recent call last): File "/home/ubuntu/.venv/lib/python3.12/site-packages/vllm/engine/async_llm_engine.py", line 56, in _log_task_completion return_value = task.result() ^^^^^^^^^^^^^ File "/home/ubuntu/.local/share/uv/python/cpython-3.12.11-linux-x86_64-gnu/lib/python3.12/asyncio/futures.py", line 202, in result raise self._exception.with_traceback(self._exception_tb) File...