Muhammad Amin Boubaker

Results 19 comments of Muhammad Amin Boubaker

### in Microsoft edge **login button work** in Microsoft edge. but **other mail func. not work/impl.** browser load log : ``` DOM7011: Le code de la page a désactivé la...

A quick fix is changing : https://github.com/csweichel/lama/blob/a355fc4dda1dc235e3f14266c2bc2b46f938ae5c/docs/index.html#L33 With ```diff - export platform="$(uname -s)_$(uname -m)" + export platform="$(uname -s)_$(uname -m | sed -ure 's~aarch64~arm64~')" ```

I made a shell script [termux-pacman-glibc-setup.sh](https://gist.github.com/CodeIter/ccdcc840e432288ef1e01cc15d66c048#file-termux-pacman-glibc-setup-sh) to setup `glibc-runner` with pacman on Termux and install Deno.JS and Bun.JS as a demo.

I tried again with https://github.com/Questandachievement7Developer/UnifiedContainer , but it falls, this time at `github.com/quic-go/quic-go` mod with error `package net/netip is not in GOROOT `. Script to Reproduce: ```bash git clone --depth=1...

Yes, thank you. I just need the client on Termux.

I made a shell script [termux-pacman-glibc-setup.sh](https://gist.github.com/CodeIter/ccdcc840e432288ef1e01cc15d66c048) to setup `glibc-runner` with pacman on Termux and install Deno.JS and Bun.JS as a demo.

I made a shell script [termux-pacman-glibc-setup.sh](https://gist.github.com/CodeIter/ccdcc840e432288ef1e01cc15d66c048) to setup `glibc-runner` with pacman on Termux and install Deno.JS and Bun.JS as a demo.

I have this issue(`CouldntReadCurrentDirectory`) when running file without Javascript /Typescript file extension or from standard input . It seems that `bun` rely on a correct Javascript and Typescript file extension....