NewUserHa

Results 111 comments of NewUserHa

there are many lines like this with the same tcontext of termux "s0:c187,c257,c512,c768" ``` [13187.248932] type=1400 audit(1710785208.316:94065): avc: denied { getattr } for comm="binder:3857_C" scontext=u:r:system_server:s0 tcontext=u:r:shell:s0 tclass=process permissive=0 [13187.290829] type=1400...

selinux enforcing mode is the default mode. ``` [ 109.135033] type=1400 audit(1710895195.120:21748): avc: granted { execute } for comm="bash" name="apt" dev="dm-88" ino=32026 scontext=u:r:untrusted_app_27:s0:c188,c257,c512,c768 tcontext=u:object_r:app_data_file:s0:c188,c257,c512,c768 tclass=file app=com.termux.api [ 109.135589] type=1400 audit(1710895195.124:21749):...

[dmesg.txt](https://github.com/termux/termux-app/files/14659024/dmesg.txt) [logcat1.txt](https://github.com/termux/termux-app/files/14659025/logcat1.txt) [logcat2.txt](https://github.com/termux/termux-app/files/14659026/logcat2.txt)

how could images from a zip have different color formats in https://github.com/Nandaka/PixivUtil2/issues/1109? I think it should avoid re-encoding to prevent quality loss.

https://github.com/prompt-toolkit/ptpython/issues/241

1. documents recommend `ipython` 2. ptpython has an issue with `scrapy shell` whose comments were posted above. 3. ptipython has flash/lagging after input. 4. ptpython as the first ≠ ptipython...

probably using `--sub-langs` to select both 'normal subs' and 'auto-subs' can keep compatibility and make this issue easier to PR, than adding new independent options

another simplest way without breaking compatibility is ignoring all auto-translated subtitles (since they can't be translated right at all) unless users explicitly choose them.

Cool. don't know that option since hasn't seen that option in the help. the main issue is with `--write-subs --write-auto-subs --sub-langs user_langs` will always download the unwanted low-quality ones. with...

In practice, users should always prefer 'auto-generated closed captions + good translated their language subtitles' by default. and the former one can provide like `[music]` tips which could be useful...