Wind

Results 163 comments of Wind

Yeah currently I think you can use `mut a = 3; $a = 4` to achieve this. I'll close the issue for now, feel free to re-open it if you...

Thanks for your detailed discussion, I think this issue can be closed and prefer https://github.com/nushell/nushell/issues/7150 for better error message

Hi, @AltSysrq Any update on this?

I've trying pyright for a while, but found it's slow for larger project, here is more information: https://github.com/microsoft/pyright/issues/1997

It's fixed in #12779, so I will close the issue. Feel free to reopen it if issue still happened

It works fine on newest version with following config, I think the issue is resolved ```json "language_overrides": { "Python": { "format_on_save": "off", "formatter": { "external": { "command": "black", "arguments": ["--line-length",...

I'd like to have an eitable theme too, so I can define and use a custom theme

Thanks! Knowing that is important, currently I can try to work around it.