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

I am trying to use pkl to generate a java class which holds config and constants used throughout my project. My project does not have a build system like gradle...

What if I need to access a field `p` which is two levels up? Seems like `outer.outer.p` should access it, but I am getting an error. ``` p = "value...

[GitHub Linguist](https://github.com/github-linguist/linguist) can detect the language of a file based on different methods. It is related to syntax highlighting on GitHub and to generate language statistics inside GitHub repos: I...

Moving to `java.net.http.HttpClient` brings many benefits, including: * HTTP/2 support * optional async mode * no need to set a system-wide default `SSLSocketFactory` Instead of directly interfacing with `java.net.http.HttpClient`, I'd...

References ---------- - https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-22.3.3 - https://github.com/oracle/graal/compare/vm-22.3.1...vm-22.3.3

The "source code" link on the pkl packages website is broken. For example, here: https://pkl-lang.org/package-docs/pkg.pkl-lang.org/pkl-go/pkl.golang/current/GeneratorSettings/index.html The "source code" links to: https://pkl-lang.org/package-docs/pkg.pkl-lang.org/pkl-go/pkl.golang/current/GeneratorSettings/https%3A//github.com/apple/pkl-go/tree/v0.5.3/codegen/src/GeneratorSettings.pkl Which does not work.

When an external contributor submits a PR, CI builds are on hold until manually authorized by a team member. This complicates external contributions as we won't know the build outcome...

It would be very helpful to know when we can expect new releases (with our contributions!) and what the high-level roadmap is (e.g., Windows support).

Added ini renderer and ini renderer test cases. Changes that still need to be added are as follows: - a new in-language renderer - a new standard library module, as...

Run into an issue when I chain an `@module` import which in turn contains an import with a glob pattern. If I replace either the `@module` or glob pattern with...