Stefan M.
Stefan M.
Given the following piece of code within a Go file: ```go //go:embed templates/index.html var htmlTemplate string ``` And a file hierarchy like that: ``` - api/something.go - api/templates - api/templates/index.html...
Right know, KSP2, Room 2.7 and Showkase 1.0.3 doesn't work together. KSP2 was released here: https://github.com/google/ksp/releases/tag/2.1.20-2.0.0 > Bumped version to 2.0.0 and enabled KSP2 by default! There is an issue...
I'm not an CLI nor an exit code expert. But when I run `pkl format -w .` I realize that it exit with 11 (violation found). This is also documented:...
[bioball] When using an absolute package import in place of a project import, Pkl eval will fail (expected). However, the error message thrown by Pkl is quite poor. Original issue:...
Given: ```pkl abstract class Bird { abstract name: String function greet(bird: Bird): String = "Hello, \(bird.name)!" } class Pigeon extends Bird { // Here, I forgot to overried `name` }...
To generate pkldoc I use the following command: ```bash jbang run --main org.pkl.doc.Main "org.pkl-lang:pkl-tools:0.28.2" Workflow.pkl doc-package-info.pkl -o .out ``` But this throws an exception: ``` WARNING: Unknown module: org.graalvm.truffle specified...
fixes #13876