You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUST_BACKTRACE=1 code2prompt ios
▹▹▹▹▸ Done! thread 'main' panicked at src/main.rs:198:50:
Failed to copy output to clipboard: XcbConnect(DisplayParsingError)
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: code2prompt::main
note: Some details are omitted, run with RUST_BACKTRACE=full for a verbose backtrace.
Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
To reproduce:
Open Google idx
install code2prompt
try to run it
RUST_BACKTRACE=1 code2prompt ios
▹▹▹▹▸ Done! thread 'main' panicked at src/main.rs:198:50:
Failed to copy output to clipboard: XcbConnect(DisplayParsingError)
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: code2prompt::main
note: Some details are omitted, run with
RUST_BACKTRACE=full
for a verbose backtrace.Aborted (core dumped)
The text was updated successfully, but these errors were encountered: