Arnav Mahalpure
Arnav Mahalpure
if all changes accepted mark it as hacktober Accepted
Hi Aaron, Thank you for your feedback regarding the recent changes I made to the code. I appreciate your attention to detail, and I'm happy to provide clarification on the...
Hi @AlexCheema, I’d like to help with this issue. I have a solution to enable dynamic configuration updates while the application (exo) is running, using a hot-reload approach to detect...
Hi @AlexCheema, Thank you for the clarification! A periodic check every 5 seconds sounds straightforward, and I can implement that approach. I’ll set up a watcher to check the configuration...
Hi @AlexCheema, I wanted to follow up on my last message regarding the 5-second polling approach for detecting configuration changes. I’m ready to get started on implementing this solution, but...
Hey @guyb1, Thank you for testing the updated Dockerfile and for reporting the error! It appears that the npm ci --production command is causing issues because husky (a development dependency)...
Thank you for pointing that out! You're absolutely right—--production is indeed deprecated, and using --omit=dev is the correct and recommended approach. I’ll update the Dockerfile to use npm ci --omit=dev...
Hi Chartdb Team, I’m Aranav Mahalpure, and I’ve been following the Chartdb project for some time now. I’m really impressed by the work being done and the impact it’s having...
Hi @guyb1, Could you clarify whether we should retain the entrypoint.sh approach for dynamic configurations, or if the simpler CMD with Nginx would be acceptable here? I want to ensure...
Hi @guyb1, Thank you for clarifying! I now understand the importance of entrypoint.sh for dynamically setting the OPENAI_API_KEY. I'll proceed with resolving the conflict by retaining the entrypoint.sh approach as...