Prerequisites
Exception report
Произошла ошибка. Сообщите об этой ошибке, указав данные ниже.
Напишите в GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Последние клавиши 200:
C K 1 D D K P P 1 5 _ T 5 1 9 . p y Space s c e n a r i o s / s m o k e / r e g i s t r i e s / C K 1 D D K P P 1 5 _ T 8 5 6 . p y Space s c e n a r i o s / s m o k e
/ r e p o r t s / C K 1 D D K P P 1 5 _ T 2 7 5 . p y Space s t e p s / C K 1 D D K P P 1 5 _ T 1 1 4 2 . p y Space s t e p s / C K 1 D D K P P 1 5 _ T 3 1 6 . p y Spa
ce s t e p s / s h a r e d _ s t e p s . p y Space t o o l s / c r e a t a _ T K . p y Enter
Исключение:
System.ArgumentOutOfRangeException: Значение должно быть больше или равно нулю и меньше, чем размер буфера в данной размерности.
Имя параметра: top
Фактическое значение было -98.
в System.Console.SetCursorPosition(Int32 left, Int32 top)
в 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)
-----------------------------------------------------------------------
Исключение:
System.ArgumentOutOfRangeException: Значение должно быть больше или равно нулю и меньше, чем размер буфера в данной размерности.
Имя параметра: top
Фактическое значение было -3.
в System.Console.SetCursorPosition(Int32 left, Int32 top)
в 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
bug-report-system-info.txt
Environment data
PS Version: 5.1.19041.1320
PS HostName: ConsoleHost
PSReadLine Version: 2.0.0-beta2
PSReadLine EditMode: Windows
OS: 10.0.19041.1 (WinBuild.160101.0800)
BufferWidth: 168
BufferHeight: 21
Steps to reproduce
Run flake8 (or isort, or ruff, or any cli utility, actually) on more than 1400 files
Expected behavior
No warnings
Actual behavior
Command which was initiated does the job, but sometimes warnings may be raised by the shell
Prerequisites
Exception report
Screenshot
bug-report-system-info.txt
Environment data
Steps to reproduce
Run flake8 (or isort, or ruff, or any cli utility, actually) on more than 1400 files
Expected behavior
No warnings
Actual behavior
Command which was initiated does the job, but sometimes warnings may be raised by the shell