Stewart Armbrecht

Results 9 comments of Stewart Armbrecht

Is there a work-around for this issue? I would like to use both platyPS and powershell-yaml. However I am unable to import both into the same session. ``` =====> PowerShell...

I have the same issue as @Chr1k0 Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye @Rajat-Raghuvanshi-0512 ufw is not a command in my environment. Any other...

I got around this error by adding the useLegacyImplementation prop and setting it to false: ` `

Not sure why the AppVeyor build failed. The error message is vague. It looks like the Beyond Comparison step failed. "It ran fine for me locally" ;) Is there something...

Actually this looks like more to do with installing Beyond Compare: Unhandled Exception: System.Exception: Could not find BeyondCompare at C:\Program Files\Beyond Compare 3\BCompare.exe, please install it

Maybe we can replace Beyond Compare with something that installs via NuGet packages?

Is there a work around for this? $Host.UI.RawUI.KeyAvailable always returns true and if I ReadKey after this it breaks in my script. Is there anyway to defect a key press...

Just curious, is there a way to setup CI/CD for an amplify backend without this? It seems like it is impossible to deploy changes to an existing backend. Amplify init...