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
Workaround for tokens that start with Unicode BOM (#236)
* Workaround for tokens that start with Unicode BOM
The BOM is swallowed by JSONSerialization.jsonObject() because it thinks
it signals the encoding in use. This workaround duplicates BOM sequences
that follow a quote character.
Fixes#116Fixes#88Fixesml-explore/mlx-swift-examples#50
* Format 🙄
0 commit comments