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
On Windows, non-Latin chars end up printed to the PowerShell console as ????? - we'll be missing an explicit encoding on Console.Out or where the JSON from the API is parsed.
On Windows, non-Latin chars end up printed to the PowerShell console as
?????- we'll be missing an explicit encoding onConsole.Outor where the JSON from the API is parsed.