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
Hello and thank you for creating this tool, it looks very promising! The overall experience has been good so far, but I did notice an issue that's a bit inconvenient.
I've created a POST request which contains letters with diacritics in the body, such as this one:
{
"Hello": "There",
"Hi": "Čau"
}
If I save the request into a yaml file, the body will be saved in a hard to read format:
Hello and thank you for creating this tool, it looks very promising! The overall experience has been good so far, but I did notice an issue that's a bit inconvenient.
I've created a
POST
request which contains letters with diacritics in the body, such as this one:If I save the request into a yaml file, the body will be saved in a hard to read format:
If I replace the
Č
with a regularC
, the resulting yaml file will have the format that I expect:Is it possible to fix this? The current behavior complicates manual editing and version control diffs, so I think it might be worth looking into.
I'm using
posting
1.7.0
Thanks!
The text was updated successfully, but these errors were encountered: