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
Search the existing issues, especially the pinned issues.
Exception report
в System.Console.SetCursorPosition(Int32 left, Int32 top) в Microsoft.PowerShell.Internal.VirtualTerminal.set_CursorLeft(Int32 value) в Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor) в Microsoft.PowerShell.PSConsoleReadLine.ForceRender() в Microsoft.PowerShell.PSConsoleReadLine.Insert(Char c) в Microsoft.PowerShell.PSConsoleReadLine.SelfInsert(Nullable`1 key, Object arg) в Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg) в Microsoft.PowerShell.PSConsoleReadLine.InputLoop() в Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)
Screenshot
N/A
Environment data
res = 7*512**3200 + 6*256**3100 - 5*64**3000 - 4*8**2900 - 1542count = 0while res: if res % 64 == 0: count += 1 res // 25 print(count)
Steps to reproduce
res = 7512**3200 + 62563100 - 5*643000 - 4*8**2900 - 1542
count = 0
while res:
if res % 64 == 0:
count += 1
res // 25
print(count)
Expected behavior
Numeric response
Actual behavior
erroe
The text was updated successfully, but these errors were encountered:
You didn't include any environment data, but it's likely you are on an old version of PSReadLine. Please upgrade PSReadLine to the latest v2.3.6 and try again.
Prerequisites
Exception report
Screenshot
N/A
Environment data
Steps to reproduce
res = 7512**3200 + 62563100 - 5*643000 - 4*8**2900 - 1542
count = 0
while res:
if res % 64 == 0:
count += 1
res // 25
print(count)
Expected behavior
Numeric response
Actual behavior
erroe
The text was updated successfully, but these errors were encountered: