pkl icon indicating copy to clipboard operation
pkl copied to clipboard

A configuration as code language with rich validation and tooling.

Results 198 pkl issues
Sort by recently updated
recently updated
newest added

fixes #184 With that we can get rid of the java 11 check and the information around it. Also, we can "on the fly" update the jdk version the project...

I'm very excited to learn about Apple Pickle and I just following the documentation of [configuration for kotlin](https://pkl-lang.org/main/current/kotlin-binding/pkl-config-kotlin.html) and [example for config-kotlin](https://github.com/apple/pkl-jvm-examples/), I have SoldierConfig at my resources. ![image](https://github.com/apple/pkl/assets/14341686/c10ef347-8a52-48a7-b29b-0babec1f1e38) This...

This will make it easier to inspect test outcomes of PR builds.

JDK 21 is an LTS release that reached GA in September 2023.

From the [GitHub docs](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics): > Classifying your repository with topics > > To help other people find and contribute to your project, you can add topics to your repository >...

Per #237 notes about Windows platform support for the install docs. Assuming this is what was desired will add additional docs to --allowed-modules and update https://github.com/apple/pkl-jvm-examples/pull/9 . https://github.com/apple/pkl-jvm-examples/pull/9 is mostly...

It's just a simple config file 🙃. However I'm not sure if you want to deal with automatic dependency updates at this point.

* Prevent build_artifacts.txt files from being published as GitHub releases * Bump version to 1.0.2; make PRBs not depend on flakey pr-approval job

hello, In the amending tutorial, in the `nestedAmend.pkl` example there is the extract ``` woodPigeon { name = "Common wood pigeon" diet = "Seeds" taxonomy { species = "Columba palumbus"...

* pkl-excutor tests: copy 0.25.0 distribution into pkl-executable/build * Use `IoUtils.getPklHomeDir` in HttpClientBuilder * Simplify Exceptions.java * Enable testing for older pkl-executor distribution (CC @translatenix)