-
The docs on generate-shell-autocompletion at https://docs.astral.sh/uv/getting-started/installation/#shell-autocompletion list this command for powershell:
```
Add-Content -Path $PROFILE -Value '(…
-
Whilst PowerShell is built on top of C# and can use as well as F# as well as other .NET languages quite easily, it would be nice ot be able to analyse PowerShell using codeql tooling in future
-
Since I didn't see an issue on it, are there plans to support the Powershell Azure Functions Worker as an API backend? It doesn't require compilation, just deploy from zip, and it's supported in GA.
…
-
this **may** be a dupllicate of #241 but I'll provide some extra repro steps, it may take a few tries.
Run `lune` and type in these two lines:
```lua
stdio = require("@lune/stdio")
stdio.prompt(…
-
### 📝 Provide a description of the new feature
This will make the clone link a tad bit quicker to type if not copy pasting. This would be used when cloning the install script
### ➕ Additional Inform…
-
### Verified issue does not already exist?
I have searched and found no existing issue
### What error did you receive?
> The archive does not contain the desired directory sql-server-maintenance-so…
-
### Page URL
https://docs.flutter.dev/get-started/uninstall/
### Page source
https://github.com/flutter/website/tree/main/src/content/get-started/uninstall/index.md
### Describe the problem
In th…
-
### Description of the new feature / enhancement
At the moment the version of `Microsoft.WinGet.Source` is set to `0.1.0` which is the default when the definition file is generated.
https://github.c…
-
### What is your question?
Hello,
Whenever trying to run a `conan build` on a windows container with `powershell` that links to `pwsh`, I am getting this error:
```powershell
conanvcvars.bat: Ac…
-
The `--dry-run` output on Windows works in Command Prompt, but not PowerShell, because PowerShell gets weird about unquoted arguments with the dot (.) symbol. Should the Windows `--dry-run` put double…