Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Dec 9, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

tonyespinoza1 and others added 4 commits December 8, 2025 14:58
docs: Add reliable process shutdown section to LOCAL_DEV_SERVERS.md

Add guidance for managing dev server processes when PIDs weren't tracked:
- Force-kill by port using lsof
- Verification steps before restart
- Complete restart workflow script
- Troubleshooting stubborn/orphaned processes

This addresses issues with orphaned deno processes blocking port reuse.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Tony Espinoza <tonyespinoza@mac.lan>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
DOES NOT actually fix solitaire drag-and-drop bug, but is nevertheless an improvement to correctness.

  // Bug: .delete loses 'this' binding when passed directly to forEach
  .forEach(this.resultRecipeCache.delete);

  // Fix: Wrap in arrow function to preserve binding
  .forEach((key) => this.resultRecipeCache.delete(key));
@pull pull bot locked and limited conversation to collaborators Dec 9, 2025
@pull pull bot added the ⤵️ pull label Dec 9, 2025
@pull pull bot merged commit 3b0b172 into ExaDev:main Dec 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants