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

## Summary Adds a setting to the Kotlin code generator which acts as a prefix for the target Kotlin package during codegen. This has been filed on top of #192...

- extend, update, and reword docs (inspired by pkl-lang.org and Project.pkl docs) - avoid duplication of docs by referring from add/get methods to set methods - add a few add/get/set...

Fixes and closes apple/pkl#191: > In [CliKotlinCodeGeneratorOptions](https://github.com/apple/pkl/blob/3b2feb45cf47ef97c6db38b2cb5af4ecc713f447/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions.kt#L41-L42), the implementSerializable property is not copied to the KotlinCodegenOptions, in effect meaning it cannot be toggled to true.

In [`CliKotlinCodeGeneratorOptions`](https://github.com/apple/pkl/blob/3b2feb45cf47ef97c6db38b2cb5af4ecc713f447/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions.kt#L41-L42), the `implementSerializable` property is not copied to the `KotlinCodegenOptions`, in effect meaning it cannot be toggled to `true`.

It is currently pretty hard to locate the task names for generating code from the Pkl Gradle plugin; it would help if these task names were given a `category` and...

I've run into an issue with generated Pkl code in Kotlin. There does not appear to be an option in the Gradle plugin to set a package path; as a...

Version ``` Documents/cfnpkl » pkl -v Pkl 0.25.1 (macOS 14.1, native) ``` `break.pkl` ``` A = #"[ -퟿-�𐀀-􏿿 ]*"# ``` See playground: https://pkl-playground.vercel.app/?share=individual-pure-stomach ## Expected behavior I would expect using...

When you add gradle Java toolchain to this project it literally doesn't matter which jvm version users (potential contributors) are using to build the project. As long as it can...

Hey there, I am seeking some inputs/steps if I can build this from source code? Thanks!

Is there gonna be nix configuration support??