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
probably caused because our tracing implementation (the callback) did not expect libgit2 sending non-utf8 tracing. turns out libgit2 traces arbitrary byte buffers. so its no wonder our to_str.unwrap chokes on it 🙈
The text was updated successfully, but these errors were encountered:
this was reported here: extrawurst/gitui#881 (comment)
probably caused because our tracing implementation (the callback) did not expect libgit2 sending non-utf8 tracing. turns out libgit2 traces arbitrary byte buffers. so its no wonder our
to_str.unwrap
chokes on it 🙈The text was updated successfully, but these errors were encountered: