8ctopus

Results 89 comments of 8ctopus
trafficstars

probably false positive, what file does he complain about?

have you tried testing the archive on virustotal.com?

@c-smile here are the missing tags to date ``` git tag 4.4.8.15 faeba31 git tag 4.4.8.16 d5a13ff git tag 4.4.8.17 7fe8ef7 git tag 4.4.8.17-bis be2be52 git tag 4.4.8.18 da42455 git...

@xiaoshengduan you can probably close the issue.

just noticed that `usciter.exe` has the same issue.

I ended up doing anyway https://github.com/8ctopus/pysciter-example

Thanks for sharing, I see now. IMO it would suggest remove the requirement to download the whole SDK from the README and add it to the path. Maybe just me,...

Great feature, I look forward to it being implemented. Here's the cleanup script I use in the meanwhile based on @fstefanov #!/bin/bash lfs_files=($(git lfs ls-files -n)) for file in "${lfs_files[@]}";...

I was facing the same limitation with Loris' docker image so I created another docker image which adds apache and php-fpm. if interested you can check it out here [https://github.com/8ctopus/apache-php-fpm-alpine](https://github.com/8ctopus/apache-php-fpm-alpine).