-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Recently updated to version 20240129.1502 and got this error when viewing files with unicode characters (specifically Chinese characters)
Debugger entered--Lisp error: (error "Multibyte character in data for base64 encoding")
async-handle-result((closure ((current-buffer . #<buffer main.tsx>) (include-avatar-p) (start-line-number . 39) (type . both)) (commit-infos) (blamer--handle-async-blame-info-result commit-infos current-buffer start-line-number include-avatar-p type)) (async-signal (error "Multibyte character in data for base64 encoding")) #<buffer *emacs*<23>>)
async-when-done(#<process emacs> "finished\n")
This is my blamer config
(use-package blamer
:bind (("s-i" . blamer-show-commit-info))
:defer 20
:custom
(blamer-idle-time 0.3)
(blamer-min-offset 70)
(blamer-max-commit-message-length 70)
:config
(global-blamer-mode 1))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels