Originally created by @bioball on GitHub (Dec 5, 2025).
This code:
echo "foo = 1" | pkl format - | jq -Rs .
Prints:
"foo = 1\n\n"
This only happens when writing to stdout.
Originally created by @bioball on GitHub (Dec 5, 2025).
This code:
```
echo "foo = 1" | pkl format - | jq -Rs .
```
Prints:
```json
"foo = 1\n\n"
```
This only happens when writing to stdout.
adam
added the bug label 2025-12-30 01:23:54 +01:00
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 (Dec 5, 2025).
This code:
Prints:
This only happens when writing to stdout.