2026-03-16 01:59:28.822 glimpse[56973:4807655] error messaging the mach port for IMKCFRunLoopWakeUpReliable
This line leaks into my tui, and when I generate widgets with https://github.com/Michaelliv/pi-generative-ui I want to block it out!
maybe like this:
|
const proc = spawn(BINARY, args, { stdio: ['pipe', 'pipe', 'inherit'] }); |
-- 148|··const proc = spawn(BINARY, args, { stdio: ['pipe', 'pipe', 'inherit'] });
++ 148|··const proc = spawn(BINARY, args, { stdio: ['pipe', 'pipe', 'ignore'] });
This line leaks into my tui, and when I generate widgets with https://github.com/Michaelliv/pi-generative-ui I want to block it out!
maybe like this:
glimpse/src/glimpse.mjs
Line 148 in a1829d1