Igor Akkerman
Igor Akkerman
Here's what works for me with pnpm 7.26.2: 1. Permanently set `PNPM_HOME` to `P:\pnpm`: ```powershell [Environment]::SetEnvironmentVariable("PNPM_HOME", "P:\pnpm", "Machine") ``` Note that I personally prefer the `"Machine"` environment, not `"User"`, but...
@microsoft-github-policy-service agree
Here's my current workaround to skip spinners, progress bars and blank lines: ```powershell # patterns to omit in output $spinners = '\', '/', '|', '-' | ForEach-Object { "^\s*\$_\s*`$" }...
I hope that PR #57907 will fix the issue for the new default `settings.gradle`. It seems, the issue is caused by Flutter reading the plugins list from `.flutter-plugins`, which contains...
@denelon I don't see any of the changes from this PR in the latest resource file. Is it safe to assume that they were rejected by your localization team in...
Since the error appears to be caused by Byte Buddy, I added a Gradle dependency to its latest version. This workaround solves the issue for me, running on OpenJDK 13.0.1:...
Thanks so much, @kroncatti, for taking the time to comment and submit the PR. I left a comment there. I currently do not have any resources to test it myself...
@kroncatti Where would you like to release the beta version to to be able to test it? What is your plan on how to test it once it is released?...
I am still trying to understand where you'd like to release the beta to in order to test it. Maybe it would help to know how you're building the AWS...