Max Howell

Results 599 comments of Max Howell

No longer applies to pkgx^2

pkgx^2 is a rewrite and uses the system keychain (on macOS) and openssl (on Linux) so it should be possible to fix this with ^2. (^1 probs just required setting...

Should be fixed in the just released v1.2.0. If you get a chance please take a look and let us know. You will need to do a single `--sync` before...

Hmm the cache cannot be working since for me eg: ```sh $ time pkgx go version go version go1.22.2 darwin/arm64 real 0m0.076s user 0m0.053s sys 0m0.018s $ time ~/.pkgx/go.dev/v\*/bin/go version...

k can reproduce, this shouldn't be the case I'll figure it out.

pkgx^2 is 10-50 times faster for overhead.

needs `libtinfo` which is an optional library built by ncurses. Can probs fix with a few things, let me play around

k locally I have demonstrated that swift on linux only needs libncurses5 to work. It also requires that it be built the same as ubuntu, thus with libtinfo separate (usually...

Alternatively we can just build this ourselves. I tried a couple of times and it is quite a bitch. Same as emscripten.org in that it requires a very specific LLVM...

Our delivery of this package may prove kinda problematic on mac since it depends on specific Xcode toolchain versions (xcode command line tools) and we have no control over that....