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
If you use unicode symbols as fill character for alignment, you get runtime error
for example, for: print(u8" {:─<5}─{}\n", i, str);
there supposed to be outputs like this
0─────2019 March 27 06:32:41
1─────2019 March 27 14:43:20
but there is runtime error: missing '}' in format string