Faisal Al-Humaimidi

Results 38 comments of Faisal Al-Humaimidi

> **Feature description** Termux should circumvent Play Store policy of restricting execution of arbitrary code from third parties, by imitating what Google Chrome does. Bundling packages into APKs is certainly...

a-Shell on iOS is been accepted on the Appstore: https://holzschu.github.io/a-Shell_iOS/, and for running custom binaries, the clang toolchain that comes with it compiles to web assembly and JIT run it...

> > a-Shell on iOS is been accepted on the Appstore: https://holzschu.github.io/a-Shell_iOS/, and for running custom binaries, the clang toolchain that comes with it compiles to web assembly and JIT...

You know what, `UserLAnd` app is currently working on supporting Android 10 and above using PRoot inside `lib` folder: https://github.com/CypherpunkArmory/UserLAnd/issues/827. It is also currently in available in PlayStore with the...

> You know what, `UserLAnd` app is currently working on supporting Android 10 and above using PRoot inside `lib` folder: [CypherpunkArmory/UserLAnd#827](https://github.com/CypherpunkArmory/UserLAnd/issues/827). It is also currently in available in PlayStore with...

Hi @billziss-gh, I apologize if I am not understanding the indexing issue, but Google searches says I have to set `Always Available Offline` to the network drive in order to...

Nevermind, I have figured it out. For future reference, it seems the cross toolchain is using the host's `ar` and `ranlib` instead of the cross version, which they weren't produce...

I believe we should make it more Windowsish (this word sounds weird lol), by having a version of any function that takes a `char*`/`std::string` (in C++) to also take `wchar_t*`/`std::wstring`...

I don't have docs/wikis per se, but I found a repo that instructs on building Mingw+LLVM on Windows/Ubuntu that targets Windows MinGW. This is the link to the repo: https://github.com/mstorsjo/llvm-mingw....

I believe the problem is that there are no assemblers built yet for ARM64 for Windows for the GNU toolchain, and that might be what's holding back the build for...