Results 100 issues of ale5000

#### For bugs - Rule Id (if any, e.g. SC1000): SC2015 - My shellcheck version (`shellcheck --version` or "online"): online - [x] The rule's wiki page does not already cover...

Hi, I have created a script to automatically generate a device profile (usable by microG) from a device connected via adb: https://github.com/micro5k/microg-unofficial-installer/blob/main/utils/profile-generator.sh https://github.com/micro5k/microg-unofficial-installer/blob/main/utils/dl-device-list.sh Only adb and a device are needed...

question

Jpg files are misnamed as png. Example: `nhentai.net/g/348878/` Is it possible for the app to read the start of the image to see if there is the JFIF marker and...

bug
website

I just casually noticed that NudeMoon.lua doesn't work, even after adding the new domains: ``` nude-moon.org nude-moon.fun ``` Since I don't know the site and also I don't know the...

bug
website

I'm not sure if I'm doing something wrong but this fail: `env -i ./mytest.bat` The error is: `env: can't execute './mytest.bat': Invalid argument` The content of ./mytest.bat file is just...

This works fine in the online bash shell: `timeout 5.99 sleep 5.98; echo $?` but on BusyBox it timeout. I'm sure why but in the past I also get this...

Could you please create by default also the 32-bit unicode version? The 32-bit version would work on both 32/64-bit systems and it is the best choice for a portable exe.

If I insert: ``` dummy: echo $(SHLVL) ``` directly in the Makefile I get **1**. But if I execute a shell script from the Makefile and in the shell script...

If there is a file named `./my_file.sh` then using `make my_file` will do this: ``` cp my_file.sh my_file chmod a+x my_file ``` On **GNU make** it can be prevented with...

I use bashcov with codecov formatter and I get this: `Warning: Error occurred while trying to load .simplecov. Error message: Unable to activate codecov-0.6.0, because simplecov-0.22.0 conflicts with simplecov (>=...