pkl icon indicating copy to clipboard operation
pkl copied to clipboard

A configuration as code language with rich validation and tooling.

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

Crash help text has mangled URL #61

When trying to load the docs, It gives 404 when requesting /octicons-16.svg on code snippets.

The docs (like https://pkl-lang.org/main/current/kotlin-binding/codegen.html) say to look in the javadocs / kdocs for more info on using the Java / Kotlin libraries, but the javadoc.jar files are essentially empty, like:...

It would be beneficial if the process of writing a library for a given language was documented and semi standardized. So library support could be moved to the broader community....

It would be nice to generate PKL classes from JSON Schema definitions. Similarly, it can go the other way around from PKL to JSON Schema. I'm aware that the typing...

These examples on the documentation where not clear and also didn't have valid syntax.

This improves the development experience for (WSL) Linux users. They can now run "./gradlew buildNative" without having a musl toolchain installed. In this case, only the dynamically linked executable will...

Hello, I'm having trouble setting up an offline gradle build. First I run gradle normally, using the command described in #66 to fetch all dependencies. Then, I convert the downloaded...