-
### Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/ma…
-
**Describe the bug**
when running the command `make`, the manifest files are not generated.
I'm running my master node on a rockpi4:
```
Static hostname: rockpi4c
Icon name: comput…
-
### Story
Not a use case.
But just as a jsonnet starter, wonder what is I set output key begins with "/" and "..".
Seems there are two different logic.
1. "/" is chroot-jail alike
2. ".." is **…
-
If I [follow the instructions](https://github.com/grafana/jsonnet-libs/tree/aaa78e30125378f2aae68fcd29678ea28530e2e1/prometheus-ksonnet) to create prometheus-ksonnet env:
```
~/tmp 14:50:46
$ mkd…
-
It's easy to get the remainder when dividing two integers:
```
$ jsonnet -e -- '105 % 100'
5
$ jsonnet -e -- '-105 % 100'
-5
```
But I found it unexpectedly awkward to do the actual divisio…
-
I just noticed that this works on the online `jsonnet.org` scratchpad:
**input.jsonnet**
```json
"hello world" {"key": "value"}
```
**output.json**
```json
"hello world{\"key\": \"value\"}"
…
-
The need for this was mentioned here:
https://groups.google.com/d/msg/jsonnet/4gaCg_l3ZsA/NeGpAgIGCAAJ
And here:
https://groups.google.com/forum/#!topic/jsonnet/1nEJOYmS78I
Related:
- Deep in…
-
Introduced with https://github.com/grafana/jsonnet-libs/pull/1299 the updated OracleDB mixin supports showing logs from container logs, which are not necessarily all related to OracleDB.
Just makin…
-
I was using the [@hanazuki/node-jsonnet](https://www.npmjs.com/package/@hanazuki/node-jsonnet) library but it wasn't working with Fastly because Fastly doesn't support the nodejs API, such as fs and u…
-
I've been struggling to understand how [import_callback](http://jsonnet.org/ref/bindings.html) works using the documentation. It says that it can implement library search paths, which is the function…