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
First of all, I very much enjoy the feature that folds long strings and allows me to manualy unfold them:
There is one edge case tho, when string is exactly 30 characters long, the three dots already appear but I'm unable to unfold the string.
It looks like the dots are added to any string with length >= 30, but the unfolding functionality works for strings with length > 30.
It's not a big deal, but it was a bit misleading, as I found it while working with relative paths in my dataset names and thought it's a mistake on a producer side.
The text was updated successfully, but these errors were encountered:
First of all, I very much enjoy the feature that folds long strings and allows me to manualy unfold them:
There is one edge case tho, when string is exactly 30 characters long, the three dots already appear but I'm unable to unfold the string.
It looks like the dots are added to any string with length >= 30, but the unfolding functionality works for strings with length > 30.
It's not a big deal, but it was a bit misleading, as I found it while working with relative paths in my dataset names and thought it's a mistake on a producer side.
The text was updated successfully, but these errors were encountered: