-
I ran into this error why installing jsonnet, can anybody help me?
`In file included from core/desugarer.cpp:17:
In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cass…
-
What is the recommendation for users who are writing non-trivial Jsonnet configs and would like to test them from within Jsonnet itself?
I came across https://github.com/yugui/jsonnetunit — has thi…
-
I've got a very weird situation.
Obviously on my development machine Nancy.Serialization.JsonNet loads properly in my project.
However, in production Nancy.Serialization.JsonNet does not load.
…
-
A plain example:
```
[I] ➜ cat vendor/read.jsonnet
{}
[I] ➜ jsonnet -J vendor --tla-code-file "file=read.jsonnet" -e 'function(file) std.toString(file)'
"{ }"
[I] ➜ jrsonnet -J vendor --tl…
-
We already have binary releases for the interpreter binary and for the formatter. We have 2 new tools now, so we should include them.
-
Suppose I have a top-level function which takes an arg (trivial function used here for simplicity):
```
function(foo) foo
```
Now suppose I specify a top-level arg using tla-code that imports some…
-
When trying to format strings longer than 48409 bytes, jsonnet fails with the following error:
```
runtime: goroutine stack exceeds 1000000000-byte limit
runtime: sp=0xc02bd004a8 stack=[0xc02bd00…
-
`local` source has only `directory` parameter, it would be great to have an optional parameter to indicate where the lib should be deployed, like:
```
{
"source": {
"local": {
…
-
Working in: https://github.com/GSA-TTS/FAC/tree/jadudm/fix-passthrough-checks
## Story
In Federal Awards, when `is_direct` is `N`, then both columns `O` and `P` are required. We were only checki…
-
When working with a large repo, we have libsonnets which come as part of a package resulting in a structure similar to this:
repo
- \src
- \someProject
- \file.jsonnet
- \packages…