Results 921 comments of ale5000

> [@ale5000-git](https://github.com/ale5000-git): what do you mean by this? Since in your screenshot I see "App licensing verdict: Unevaluated" I guessed that it may be related to the licensing code (that...

> Still have this error, Zygisk detach doesnt touch microg service, it has internet access, tried Myppomeu solution too, updated to latest microg, nothing works... "Latest" is vague. Have you...

@lucasmz-dev No, the Remote option is a different thing but the "server" part of it probably was never implemented.

I have created a test script: [nl-test.zip](https://github.com/rmyorston/busybox-w32/files/10677369/nl-test.zip) With the latest commit the result is: ``` 0000000 L i s t : ' \r \r \n ' - ' \r \n...

Another case not handled by the change, this: `printf "\r\r\n" | { read -r var; printf "=>${var}" | hexdump -c; }` will result in: ``` 0000000 = > 0000002 ```...

Yes, the command substitution seems correct but instead the behavior of "read" can cause problems.

About `read` to avoid complications of look-ahead isn't possible to just have a variable `BB_READ_ALLOW_CR` to keep all CR independently of being in CRLF pair or not?

It would be nice to have the possibility to set an imprecise/guessed page count when it is added to the list of the app, and then correct it to the...

Why not adding a sort of ObsoleteModules.json file in the repo that specifically list obsolete modules?

These on Windows 10 doesn't produce error but open the cd-rom tray: `busybox ash -c "explorer d:\\"` `explorer d:\` Need test on Windows 7. **Note:** D:\ is the cd-rom drive