Khaled Sa
Khaled Sa
Hey, first of all let me thank you for open sourcing this great component, much appreciated! I have kind of unusual use case for the webchat, and wasn't able to...
Hi, is it possible to keep the chat history of a session visible after a page reload? In my case, the chat window becomes completely blank if I had a...
Hi everyone, and thank you for this amazing project! Since I am always using Jupyter during development, I found it a bit cumbersome to create a bash session into the...
**Bug Description** Pretty much what the title says. I'm using python-socketio version 5.11.0. Here is code to reproduce: ```python import asyncio from contextlib import asynccontextmanager import socketio from uvicorn import...
Hi @phillipdupuis, after switching to Pydantic V2 in one of my projects, this library stopped working. To make sure that my changes are compatible with both, Pydantic V1 and V2,...
Hi and thank you for this package! I would like to report a bug with version 1.0.10 and Python version 3.10. Assume we have this Python file: ```python # test.py...
Hi, really cool project, thank you for sharing! I realized that setting the zoom level in the browser to anything other than 100% influences the fretboard visualization in a bad...
### Your current environment ```text PyTorch version: 2.3.0+cu121 Is debug build: False CUDA used to build PyTorch: 12.1 ROCM used to build PyTorch: N/A OS: Ubuntu 22.04.4 LTS (x86_64) GCC...