Giovanni Bassi

Results 198 comments of Giovanni Bassi
trafficstars

@rhubarb-geek-nz I did, I hadn't.

First I tried via winget. Then via the MSI download. Same result.

> Have you tried completely uninstalling the previous MSI first? Not ideal I know, in-place updates should work. Use "Add or Remove programs" to see what is installed, and also...

Tried now using the global tool, it also does not work: ![image](https://github.com/PowerShell/PowerShell/assets/334958/3d71bb41-2ec6-4598-93e3-e3d0bce093c0) I installed `7.3.10`, as it still works. :(

The problem persists at version `7.4.1`, released more recently. ![image](https://github.com/PowerShell/PowerShell/assets/334958/2f010937-215a-459a-8346-13a0b910ce76)

Also, tried using version 7.5 preview from the store, also broken. ![image](https://github.com/PowerShell/PowerShell/assets/334958/71dd6fb4-0c3d-441e-be1b-25fb934d987d)

I have tracked the error and added the explanation of why it is happening to the additional context section of the issue.

Hi, it's been a month, do you know when they are adding it back?

How about publishing the version that was updated after the fix from #27?

This is a working proof of concept to make the integration: ```bash #!/bin/bash set -euo pipefail if ! kubectl get crd ipaddresspools.metallb.io &> /dev/null; then kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.11/config/manifests/metallb-native.yaml sleep...