jsonnet
jsonnet copied to clipboard
Jsonnet - The data templating language
@huggsboson asked "Any interest in static or dynamically checked type assertions on parameters?" You're the first to draw attention to this. We decided pretty early on that dynamic typing would...
Hello everyone, I'm facing an issue with using the Jsonnet plugin for data parsing. I successfully installed it on my local machine without any problems. However, when my teammates download...
OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=6425418195140608 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=58842 and will auto-close if the status changes there. If...
OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=4876650537156608 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=58525 and will auto-close if the status changes there. If...
We tried to upgrade from 0.18.0 to 0.19.1, but we stumbled on a regression, it seems, in the `std.rstripChars` function. When we try to remove a newline from our templated...
This is a feature request. I use GNU Make and the `jsonnet` utility to generate a JSON from my `.jsonnet` files. It would generate a file suitable to consumed by...
OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=5296446258937856 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57039 and will auto-close if the status changes there. If...
OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=4862544788717568 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57005 and will auto-close if the status changes there. If...
OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=4526164560707584 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=56932 and will auto-close if the status changes there. If...
What I'd like is for it to behave just like a regular function application, so: ``` local foo(x, y=100, z) = { x: x, y: y, z: z } local...