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
My emacs version is 29.3, I found that both json-serialize and json-parse-buffer are not defined in this version.
could u please help to fix this issue ?
thanks.
sugguestions:
json-serialize could be replaced with json-encode,
while json-parse-buffer could be replacted with json-read-from-string.
The text was updated successfully, but these errors were encountered:
Hey @beacoder, thanks for the hint here, I was having a similar issue with emacs 29.1 and an underlying package plz-media-type (not sure if that's used in codeium.el or not).
My emacs version is 29.3, I found that both json-serialize and json-parse-buffer are not defined in this version.
could u please help to fix this issue ?
thanks.
sugguestions:
json-serialize could be replaced with json-encode,
while json-parse-buffer could be replacted with json-read-from-string.
The text was updated successfully, but these errors were encountered: