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
Trying to diagnose junk input bytes, I wanted to copy paste whatever it was
I did successfully turn bytes into invisible string and copy paste, but the editor broke:
Do you mind sharing some screenshot/screencasting? I looked at your example, and it seems to be rendering properly for me. The non-printable characters inside the quotes are there, and caret behaves identically when going through them in both playgrounds.
Thanks. I can reproduce this in FF. This happens because FF renders these characters differently in the textarea and in the regular HTML (which rather looks like a bug on FF side). If you disable syntax highlighting in settings in Go Play Space, you will see what I mean. Not sure if this is fixable on my side, unless I completely change the editor component.
Trying to diagnose junk input bytes, I wanted to copy paste whatever it was
I did successfully turn bytes into invisible string and copy paste, but the editor broke:
https://goplay.space/#Xfsy91fp2Z
vs https://play.golang.org/p/Xfsy91fp2Z
The text was updated successfully, but these errors were encountered: