Originally created by @bioball on GitHub (Aug 1, 2024).
Pkl 0.26.x throws PklBugException when a globbed import/read is amended.
For example, this snippet (as long as there are txt files matching)
result = (read*("**.txt")) {
[[true]] {
text = "hi"
}
}
Originally created by @bioball on GitHub (Aug 1, 2024).
Pkl 0.26.x throws `PklBugException` when a globbed import/read is amended.
For example, this snippet (as long as there are txt files matching)
```pkl
result = (read*("**.txt")) {
[[true]] {
text = "hi"
}
}
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @bioball on GitHub (Aug 1, 2024).
Pkl 0.26.x throws
PklBugExceptionwhen a globbed import/read is amended.For example, this snippet (as long as there are txt files matching)