Kyle Gottfried

Results 99 comments of Kyle Gottfried
trafficstars

@jvrsantacruz would you like to update this PR to be mergable?

Taking that under consideration, though I am not picking it up at this exact moment.

No, this is reproduced in Windows Terminal. `%LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json` snippet ```json "profiles": { "list": [ { "commandline": "C:\\Users\\XXXXXXXX\\.local\\bin\\xonsh.exe", "guid": "{b7af3958-5b9a-4e3f-ad60-de1f84338908}", "hidden": false, "icon": "C:\\Users\\XXXXXXXX\\Pictures\\conch_pixel-128.png", "name": "xonsh", "startingDirectory": null } ] }...

There is a manual fix, run `starship init --print-full-init xonsh` and copy/paste the output into `~/.xonshrc`, modify paths to xonsh as appropriate. I just replaced it with `xonsh` as `%USERPROFILE%/.local/bin`...

Not reproducing using Git for Windows. ``` XXXXXX ~ [1] @ where cat.exe C:\Program Files\Git\usr\bin\cat.exe XXXXXX ~ @ echo 'hello' | cat.exe hello ```

I've reproduced a hang on `xonfig info -j | cat` in Ubuntu 22.04.3

The following seems to be a workaround `_ = $(xonfig info -j); echo @(_) | jq .`

I've reproduced this when `pyre-check` is installed as a poetry dev group dependency as well as when it is installed via pipx Code: 1.76.2 Poetry (version 1.4.1) Client version: 0.9.18...

@lizawang this PR is blocked by merge conflicts.

I don't see anything standing out besides resolving merge conflicts. @bwendling. @EeyoreLee , @char101 any thoughts ?