Joe Mullally
Joe Mullally
Tested on AWS Windows Server 2019 AMI. Running ".\CIS_WindowsServer2019_v110.ps1" now generates the MOF file. Fixes Issues: * https://github.com/NVISO-BE/posh-dsc-windows-hardening/issues/2 * https://github.com/NVISO-BE/posh-dsc-windows-hardening/issues/5
FYI it looks like the flask-restplus issue mentioned in the last comment is also breaking **bravado** client generation (see https://github.com/noirbizarre/flask-restplus/issues/278#issuecomment-302274508 ) It seems like an upstream issue, but could be...
The RPI_EFI.fd build from https://github.com/pftf/RPi4/issues/195#issuecomment-1025960823 doesn't seem to make a difference here. Let me know if you want more information. (From scratch) Install: rpi-boot-eeprom-recovery-2022-04-26-vl805-000138a1-sd.zip Install: Raspberry Pi 4 UEFI Firmware...
Looks like a duplicate of . See here for a workaround until its fixed.
I ran into this issue under Fedora 39 using podman. Here is a workaround using a wrapper script for `podman-compose`: ```sh #!/bin/sh set -e # Workaround https://github.com/microsoft/vscode-remote-release/issues/7071 # "Using dockerComposeFile...
>> Please create another dtsi with contents of current qca9563_tplink_tl-wpa8630-v1.dts minus compatible/name. The -v1.dts and *p-v1.dts will then inherit from this dtsi and only contain the model/compatible. > Can you...