Feng Yu

Results 264 comments of Feng Yu

Any updates? I try to install the latest version but this issue still exists. ```sh $ ansible-lint --version ansible-lint 24.5.0 using ansible-core:2.16.6 ansible-compat:24.5.1a0 ruamel-yaml:0.18.6 ruamel-yaml-clib:0.2.8 ``` ```sh $ ansible-lint -vvvv...

Any updates? `24.9.3.dev0` still failed: ```sh ansible-lint 24.9.3.dev0 using ansible-core:2.17.4 ansible-compat:24.9.1 ruamel-yaml:0.18.6 ruamel-yaml-clib:0.2.8 ```

No, still not workong: ```sh # powershell $ bestzip ../dist.zip ./* ``` ```sh unzip -l dist.zip Archive: dist.zip Length Date Time Name --------- ---------- ----- ---- 889623 2021-08-06 04:53 ./index.js...

Oh, I got it, if zip folder use `node`, this issue will happened. ```sh # Run in Linux machine $ bestzip --force node ../dist.zip . Writing . to ../dist.zip... zipped!...

I find a simple solution: ```sh zip -r - . > ../data.zip ``` See: https://unix.stackexchange.com/questions/299161/unix-zip-command-is-updating-existing-archive-instead-of-creating-a-new-one

An update would be great. I find the guide is outdated. ```sh ./scripts/getting-started/config.sh ``` generated the `deploy-config/getting-started.json` seems lost some required properties. I have to add the lost properties to...

Seem issue here. Please fix this issue. Thanks. ``` Error: Failed to register task definition in ECS: Unexpected key 'appProtocol' found in params.containerDefinitions[0].portMappings[0] Error: Unexpected key 'appProtocol' found in params.containerDefinitions[0].portMappings[0]...

Any updates? I'm facing the same issue when building openssl: ``` Compiling shadowsocks-rust v1.8.19 (/project) error: linking with `arm-linux-musleabi-gcc` failed: exit code: 1 | = note: "arm-linux-musleabi-gcc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-Wl,--eh-frame-hdr"...

We use [linuxdeployqt](https://github.com/probonopd/linuxdeployqt) to prepare and build AppImage. But currently it only provide amd64 arch. So after we can find an alternative to linuxdeployqt and support aarch64, we can provide...