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
Both use String[78] for id_label. The only difference is the runtime length: "123" vs "123456".
I'd expect in both cases slice(id_label, 0, 5) should succeed.
You could check the length and use convert but it's not great UX