Daniel Chao
Daniel Chao
Proposal here: https://github.com/apple/pkl-evolution/pull/3
This works now per https://github.com/apple/pkl/pull/489. Might need `--depth=1` in order for it to work.
This is a known issue; thanks for the bug report.
Fair enough; seems sensible to have this. FYI: our `Set` API does have a `difference`: ```groovy s1: Set = Set(1, 2, 3) s2: Set = Set(2, 3, 4) s3 =...
Makes sense, thanks for filing!
This is possible. To do this, you will need to drive Pkl execution through one of our language bindings. And, in the host language, you'll want to define a resource...
It's in the works!
Closing this one as it's now completed.
We should document this, but, for now, I'll just detail this here. Our release cadence is every quarter. Our next release is scheduled for early June, then the next is...