💬 Claude Sessions

3 sessions
frozen-crystal-harbor
My frontend container keeps getting `curl: (6) Could not resolve host: backend` when it tries to call the backend. Both containers are up according to `docker compose ps`. What's going on?
electric-spinning-compass
Can you add structured logging to client.py? I want to log every request and response with the method, URL, status code, and duration. Use Python's standard logging module, not print statements.
wandering-emerald-falcon
I'm getting a ModuleNotFoundError when I run my script. It says `No module named 'pandas'` but I'm pretty sure I have it in my requirements. Can you help?