Rashil Gandhi

Results 454 comments of Rashil Gandhi

```pwsh .\test\bin\init.ps1 .\test\bin\test.ps1 ```

_Originally posted by @Chaoses-Ib in #5874:_ ---- > ## Bug Report > #### Current Behavior > When `PATH` is longer than 8192 characters, Scoop cannot run git to update. >...

> Same issue with `azure-cli` [(related issue)](https://github.com/ScoopInstaller/Main/issues/4732). > > As it isn't entirely clear, I assume that @se35710 suggests a new option **in the app manifests** to force lessmsi. Seems...

It should only happen once; we pushed a fix for it. Is it happening again and again on the same device?

No, I was asking whether it happens again _after_ you apply the rm bucket workaround. The rm bucket workaround was needed (just once) when we pushed a fix for this...

> great! that should help cut down the installation setup time 👍👍 That should be fixed now btw, because of https://github.com/ScoopInstaller/Install/pull/42

Hi @davidkna! Sorry, I was caught up in uni work so I couldn't attend to this. > No just `[System.Diagnostics.Process]::Start` and > > ```powershell > $stdout = $process.StandardOutput.ReadToEndAsync() > $stderr...

@davidkna done! P.S.: The `Invoke-Native` function is only used once now, [on line 239](https://github.com/starship/starship/blob/0c387dca400656b8a7366d4fa7268ab297fa1304/src/init/starship.ps1#L239).

> ## Feature Request > #### Is your feature request related to a problem? Please describe. > Currently, Scoop installs applications in the user's home directory under `$HOME/scoop`. However, users...