1 Open Issue Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug a race condition in Jest tests that interact with Docker containers managed by the TempusStack CLI tool. The issue arises from asynchronous Docker cleanup, causing some tests to fail due to leftover containers from previous tests. The solution requires finding a reliable way to wait for Docker cleanup to complete or exploring alternative testing strategies.

Complexity: 4/5
bug help wanted good first issue question