Git User

Results 158 comments of Git User

@Agono0 This is because build-bootstraps script is broken. There indeed no `bzip2` package because it is a sub package of `libbz2`. Same for `curl` and few others. *(btw this is...

generate-bootstraps is only for official packaging which means it basically useless for Termux derivatives. The Termux application package name should be `com.termux`, if you want to use it. > Or...

> I desperately and urgently need to use this feature Releases are not obligated to delivered in a fixed amount of time, considering that we lack maintainers for the Termux...

You the latest Termux:API application version.

@Deepcode2021 The `termux-wifi-scaninfo` shows the information about *last scan made by Android OS*, i.e. it doesn't perform scanning. If your Android didn't scan the WiFi, you won't have the information...

> And btw can you extend the expiration of action files? The latest and all previous have expired 90 days is the max possible time for keeping GitHub Actions artifacts...

> Here's strace termux-sms-list , maybe thats helpful? https://pastebin.com/hebAL3Ux Your log is not correct as basically traces shell execution. You need to include `-f` (`--follow-forks`) strace option to trace also...

Try with `-f`, at least it should tell whether `termux-api` part was started properly.

@rocket-pig To catch the long strace log, use `strace -f -o strace-log.txt your-command`. Then upload file `strace-log.txt`. `mprotect` lines possibly related to `/system/bin/app_process`. This utility will generate lots of calls.

Agree for all schemes which actually cause color cube to be inconsistent like in a case with spacemacs. Some themes specify additional colors from `#16` to `#21`. Some specify only...