Hein Thant

Results 37 comments of Hein Thant

Failure on WSL is a failure from action itself. Failure on travis is quite interesting. But I didn't changed any core codes. I just used `--no-colors` arguments ( forcibly set...

I've cover `help`, `ls`, `ls-remote` and `alias`. Let me know if some issue with this PR.

I see ... let me try those versions. Edit: I assumed `choosenim` to download nim sources. Instead, `choosenim` download specific `x64` nim for those versions. I gonna check that out....

I'm figuring out about why process is killed and I found something like this: "code signing rejecting invalid page at address" So, now, I'm rebuilding ProxyExe when a version is...

@elcritch You can try again now. I think it should fix `killed` problem. For the bug that choosenim downloading `x64.tar.xz`, we need to figure out `download.nim`. As far as I...

But for the case that choosenim downloading `macos_x64.tar.xz`, I think I need @dom96 's help 😁.

Yeah ... I forgot to add `-y` in `nimble` while compiling proxies. For now, I've tested and OK!

Yes, we can override nimble in firstInstall. Because it's from proxyexe.nimble deps! Cool, thanks for info! Here:

Huge thanks @elcritch. We can build choosenim universal binary after this by tweaking `build.sh` since we separated proxyExe from choosenim 🚀