Segev Finer
Segev Finer
@ramya-rao-a I will also be glad to hear what you think as we will have to parse this in vscode-go.
ping @rogpeppe @ianthehat
> try `godef -t -f hello.go -o 43`, you may get > > ``` > xxx/hello.go:3:8 > import (fmt "fmt") > ``` This is about the expression mode not working....
@Eeems I think you just stumbled upon a bug in Windows 10's VT emulation, this will trigger the crash without colorama (Only Pywin32): ```py import sys import win32console ENABLE_VIRTUAL_TERMINAL_PROCESSING =...
@MinchinWeb Are you sure this only works in powershell? I think you simply need to enable `ENABLE_VIRTUAL_TERMINAL_PROCESSING`.  0x4 is `ENABLE_VIRTUAL_TERMINAL_PROCESSING`. cmd has a weird behavior that powershell doesn't have....
This might mean you need both. As the Win 10 VT support enables support for additional escape sequences that aren't supported by the WinAPI such as 24-bit colors.
This is caused by importing colorama with pytest's fd redirection active. I implemented a workaround for this here https://github.com/pytest-dev/pytest/pull/2611.
The idea is being able to supply such values from the outside without having to hard code them for each configuration or machine you use into your config file template.,...
> Thanks for the repro - I will take a look. > gogetdoc doesn't actually support cgo but it's possible that go/packages is doing something related. It's probably `go list...
Should someone file this bug against `PSReadline` then?