-
I noticed this on go-jsonnet but couldn't replicate with the C or rust version:
```
➜ cat a.yaml
on: help
➜ jsonnet -e 'std.parseYaml(importstr "a.yaml")'
{
"true": "help"
}
➜ cjsonne…
-
**FEATURE REQUEST**: Generate jsonnet lib for workflows
Even though workflows support parameters, often customization for workflow variants beyond that are necessary. This requires generating the m…
-
**Describe the bug/feature**
Secrets of type **plain** are not accessible during the compile time in `jsonnet` files.
Hardcoded variables from parameters are accessible as expected.
Though the beha…
bdnf updated
3 months ago
-
### What would you like Renovate to be able to do?
Some popular jsonnet dependencies like Grafana's [jsonnet-libs](https://github.com/grafana/jsonnet-libs) aren't tagged/versioned so downstream appli…
-
Jsonnet has an `import` construct to load other jsonnet files. The following configuration successfully evaluates as follows:
```jsonnet
# config/main.jsonnet
local data = import './data.libsonne…
-
I am new to jsonnet, so I might be missing something.
* Issue-1: Custom function only accepts `float64`, but not integer.
* Issue-2: Custom function returning `integer` throws error but returning…
-
### Description of the bug
If libmagic is not installed you get an `ImportError`,
I think it should be reported some other way, preferibably it should say that it's missing at `pip install` tim…
-
When trying to create a provider, I am asked to input the `mapper`:
![image](https://github.com/user-attachments/assets/9b74e8b3-e36f-4bd7-8384-f53c75dda460)
`file:///etc/config/kratos/okta_schema…
-
`jsonnet-lint` fails if a jsonnet or libsonnet file contains `std.objectKeysValues`
-
Add some way to detect when people try to use string interpolation such as `'%s'` but do not add ` % ` after the string.
Possible ideas:
1. Parse generated yaml for places where `%(.*)s` type stri…