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
to reproduce the bug run this powershell script in windows 7 using powershell 5 testW.zip
it will print two lines the first with 2340 (visible) and the second is 2341 (invisible)
test done in windows 7 x64 with powershell 5
it happened to me in a golang tool i m building and the limit is different and not constant , it depends of the string used! sometimes 2896 char other times less other times more!
Hi,
long lines with 2341+ char are invisible
to reproduce the bug run this powershell script in windows 7 using powershell 5
testW.zip
it will print two lines the first with 2340 (visible) and the second is 2341 (invisible)
test done in windows 7 x64 with powershell 5
it happened to me in a golang tool i m building and the limit is different and not constant , it depends of the string used! sometimes 2896 char other times less other times more!