pkl
pkl copied to clipboard
A configuration as code language with rich validation and tooling.
Just play around with pkl. It seems that parsing AST takes a very long time. TLDR. In my PC, pkl takes 3089 ms, and kotlinx-serialization-properties takes 53 ms. ``` //...
The help text output when a crash happens has a URL to help submit a bug report, however this URL is mangled due to a missing newline: ``` $ echo...
Map values of `agenda` should have a `name` instead of a `title` to be consistent with the `TutorialPart` module. Fixes #11.
Support for the Windows platform would be nice. As a member of the open source community (not acting officially with any company), here are some things I noticed that stand...
It'd be great if there were examples of using pkl instead of HCL for Terraform in the same way that there is [pkl-k8s-examples](https://github.com/apple/pkl-k8s-examples).
While the artifacts currently contain `Automatic-Module-Name` declarations in the manifest, which should make them usable from other JPMS modules, they don't have an actual module-info, which is required to use...
Having two validators recurse into eachother blows up with a `StackOverflowError`. I don't really expect a fix here, but a better error message (e.g. what was currently being evaluated) would...
I'm trying to build Pkl on Ubuntu 22.04/WSL 2.0.14. (I'd prefer to build directly in Windows but ran into https://github.com/apple/pkl/issues/20 and failing tests.) After reading through `DEVELOPMENT.adoc`, I have the...
### Description When using pkl for object definitions and converting them to JSON format, I encountered an issue where duplicating nested object entries with the same entry names results in...