"Grep Search Failure: Regex Pattern Matching Issue in Source Files" This title captures the technical nature of the problem: - Indicates a specific grep search operation - Highlights the regex pattern matching challenge - Suggests an issue with searching

Resolved 💬 4 comments Opened May 30, 2025 by myronlabs Closed Dec 10, 2025

Bug Description
● You're right - I'll focus on just the core source files (ts, tsx, scss, sql) to avoid modifying documentation and configuration files that might need manual review.

● Bash(cd /home/jman/tmp/Myron_Labs/Elber1-3.8 && grep -r "elber\|Elber\|ELBER" --include=".ts" --include=".tsx" --include=".scss" --include=".sql" --exclude-dir=n…
… (ctrl+r to expand))
⎿  grep: warning: stray \ before white space

● Bash(cd /home/jman/tmp/Myron_Labs/Elber1-3.8 && grep -riE "elber|Elber|ELBER" --include=".ts" --include=".tsx" --include=".scss" --include=".sql" --exclude-dir=n…
… (ctrl+r to expand))
⎿  (No conten

Environment Info

  • Platform: linux
  • Terminal: vte-based
  • Version: 1.0.6
  • Feedback ID: 7efeea77-ec76-4b61-b09b-f1fafd60e628

Errors

[{"error":"RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length exceeded\n    at Socket.onChildStdout (node:child_process:481:14)\n    at Socket.emit (node:events:518:28)\n    at Socket.emit (node:domain:489:12)\n    at addChunk (node:internal/streams/readable:561:12)\n    at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)\n    at Readable.push (node:internal/streams/readable:392:5)\n    at Pipe.onStreamRead (node:internal/stream_base_commons:189:23)","timestamp":"2025-05-30T16:10:01.176Z"}]

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗