• Joined on 2026-02-03
cal opened issue cal/major-domo-v2#30 2026-02-20 06:50:03 +00:00
Replace create_item_in_table placeholder with proper table-specific endpoint logic
cal opened issue cal/major-domo-database#24 2026-02-20 06:49:58 +00:00
Fix ignored order_by() call in stratgame.py
cal opened issue cal/major-domo-v2#29 2026-02-20 06:49:57 +00:00
Implement dynamic roster type detection in /trade add-player
cal opened issue cal/major-domo-database#23 2026-02-20 06:49:53 +00:00
Fix swallowed error in recalculate_standings — HTTPException constructed but not raised
cal opened issue cal/major-domo-v2#28 2026-02-20 06:49:52 +00:00
Implement actual maintenance mode flag in /admin-maintenance
cal opened issue cal/major-domo-database#22 2026-02-20 06:49:48 +00:00
Replace print() debug statements with logger calls in db_engine.py
cal opened issue cal/major-domo-v2#27 2026-02-20 06:49:47 +00:00
Change testing config default to False
cal opened issue cal/major-domo-database#21 2026-02-20 06:49:43 +00:00
Replace print(req.scope) with proper logging in /api/docs
cal opened issue cal/major-domo-v2#26 2026-02-20 06:49:40 +00:00
Reuse a persistent aiohttp.ClientSession in GiphyService
cal opened issue cal/major-domo-database#20 2026-02-20 06:49:38 +00:00
Remove hardcoded fallback database password from db_engine.py
cal opened issue cal/major-domo-v2#25 2026-02-20 06:49:34 +00:00
Replace asyncio.get_event_loop() with asyncio.get_running_loop()
cal opened issue cal/major-domo-database#19 2026-02-20 06:49:32 +00:00
Remove hardcoded Discord webhook URL from dependencies.py
cal opened issue cal/major-domo-v2#24 2026-02-20 06:49:28 +00:00
Guard interaction.guild access in has_player_role
cal opened issue cal/major-domo-v2#23 2026-02-20 06:49:22 +00:00
Replace bare except: with except Exception: and log errors
cal opened issue cal/major-domo-v2#22 2026-02-20 06:49:15 +00:00
Avoid leaking internal exception details to Discord users
cal opened issue cal/major-domo-v2#21 2026-02-20 06:49:10 +00:00
URL-encode Giphy search phrase before building request URL
cal opened issue cal/major-domo-v2#20 2026-02-20 06:49:04 +00:00
URL-encode query parameter values in APIClient._add_params
cal opened issue cal/major-domo-v2#19 2026-02-20 06:48:57 +00:00
Remove hardcoded Giphy API key from config.py
cal opened issue cal/major-domo-v2#18 2026-02-20 06:48:50 +00:00
Add team ownership check in /injury set-new
cal pushed to main at cal/claude-configs 2026-02-20 06:47:56 +00:00
7f120f8c5c Fix _save_state race condition losing last_reflection timestamp