Daniel Chao

Results 256 comments of Daniel Chao

Hm, we test on that. Can you try adding env var `LANG=en_US.UTF-8`?

I don't think it was actually; James tested prior to us merging the Gradle verison bump

Evidently enough, we haven't tried developing on Windows yet :D Thanks for the report. We do plan on supporting Windows, so this is helpful.

I am re-purposing this issue to track Pkl support for Windows, and pointing other issues to this one.

This is now available in Pkl 0.26!

Submitted here: https://github.com/Homebrew/homebrew-core/pull/161655 Looks like we need to re-submit as a cask.

Yeah, right now we are waiting for a homebrew maintainer to approve and merge the PR.

This is now available on homebrew! `brew install pkl` will install the CLI. We are adding instructions to our website in https://github.com/apple/pkl/pull/270.

The Alpine executable depends on musl. You can see how we set it up in our CI here: https://github.com/apple/pkl/blob/main/.circleci/jobs/BuildNativeJob.pkl#L78-L90 But, if you just want to build it locally, you should...

> I think most (WSL) Linux users won't bother to set up a musl toolchain. But we'd still like to run the native build as advertised (./gradlew buildNative). How about...