-
**Describe the bug**
In PowerShell, I appended to my `$PROFILE` `.ps` script the following:
```
Invoke-Expression "$(direnv hook pwsh)"
```
And when I `cd` into a directory with a `.envrc`,…
-
Don't know if it's customary to run Import-Module after an Update-Module or Install-Module -RequiredVersion or not, however, this is what I have done.
P.s. I am on PowerShell 7.4.5. using the lates…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest version
- [X] Search the existing issues.
### Steps to reproduce
As https://github.…
-
I had the bad experience that this doesn't work on Windows:
```yaml
- name: Run coverage
run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
```
Output:
```
n…
-
## Category
- [x] Bug
## Describe the bug
#### Expected or Desired Behavior
> Finish installation process without error.
#### Observed Behavior
> At some point of the provisioning …
-
# Environment
Windows build number: 10.0.19042.0
Windows Terminal version (if applicable): 1.4.3141.0
PowerShell Core: 7.1.0
Scoop
# Steps to reproduce
1. [Installing Scoop to Custom Directo…
-
Issue with PS. Current solution would require adding last error code check to every external process start.
Instead, waiting on feature new to have this behavior be automatic in 7.3.0
https://gi…
-
Well, nushell is also a common choice on Windows.
Thanks a lot.
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)
- [X] Search the existi…
-
我希望使用 `yakumo ws name ...` 来替代
在 yarn 1 中 `yarn -w external/name ...`
和在 yarn berry 中 `yarn workspace fullPackageName ...`