Jsonnet - Google Groups (original) (raw)

0 selected

Dave Cunningham's profile photo

Dave Cunningham, … Muhasin Rashid3

Apr 4

Change of ownership of JsonnetIs Jsonnet still in use? I heard it doesn't have the support or updates. Please let me know. On

unread,

Change of ownership of JsonnetIs Jsonnet still in use? I heard it doesn't have the support or updates. Please let me know. On

Apr 4

Evan Aad's profile photo

Evan Aad

6/30/24

How to derive formally a certain sample program from the jsonnet reference manual?How can the following program, listed in the jsonnet reference manual, be derived from the formal

unread,

How to derive formally a certain sample program from the jsonnet reference manual?How can the following program, listed in the jsonnet reference manual, be derived from the formal

6/30/24

Константин Подсвиров's profile photo

Константин Подсвиров

11/10/23

[ANNOUNCE] MSYS2 package (Windows)Hello to all! The MSYS2 package is there. I have created and applied several patches and I will be

unread,

[ANNOUNCE] MSYS2 package (Windows)Hello to all! The MSYS2 package is there. I have created and applied several patches and I will be

11/10/23

Ruben Laguna's profile photo

Ruben Laguna2

10/20/23

"kubectl list object" as output from jsonnet , what is that?https://devops.stackexchange.com/a/18441/42223 The are referring to a list resource/ list object,

unread,

"kubectl list object" as output from jsonnet , what is that?https://devops.stackexchange.com/a/18441/42223 The are referring to a list resource/ list object,

10/20/23

Sophia Roshal's profile photo

Sophia Roshal, Dave Cunningham3

8/14/23

possible error in specHi Dave, Yes, I've attached an example of where I think the spec is not entirely correct. The

unread,

possible error in specHi Dave, Yes, I've attached an example of where I think the spec is not entirely correct. The

8/14/23

Charles Duffy's profile photo

Charles Duffy, … Dave Cunningham9

8/14/23

Passing variables into jsonnet without exposing them to the command lineI don't think this hiding of the environment was a thing when I implemented this feature

unread,

Passing variables into jsonnet without exposing them to the command lineI don't think this hiding of the environment was a thing when I implemented this feature

8/14/23

Rudo Thomas (seznam.cz)'s profile photo

Rudo Thomas (seznam.cz)

8/11/23

extVars are always strings?Hello. The docs of the std package as well as the language spec imply or outright say that external

unread,

extVars are always strings?Hello. The docs of the std package as well as the language spec imply or outright say that external

8/11/23

Eugene Berman's profile photo

Eugene Berman, … yoann padioleau6

7/20/23

Jsonnet BNF?There is a tree-sitter grammar for jsonnet, which is quite close to BNF: https://github.com/

unread,

Jsonnet BNF?There is a tree-sitter grammar for jsonnet, which is quite close to BNF: https://github.com/

7/20/23

Rudolf Thomas's profile photo

Rudolf Thomas, Dave Cunningham3

6/30/23

go-jsonnet -- evaluate while respecting context?Thanks for the feedback. You are right that time is not the only resource one might want to limit. In

unread,

go-jsonnet -- evaluate while respecting context?Thanks for the feedback. You are right that time is not the only resource one might want to limit. In

6/30/23

Anuran Roy's profile photo

Anuran Roy

6/17/23

Configure ---ext-str for sjsonnet calls from JavaHey there, I am porting configuration from to jsonnet due to its customizability. The codebase is in

unread,

Configure ---ext-str for sjsonnet calls from JavaHey there, I am porting configuration from to jsonnet due to its customizability. The codebase is in

6/17/23

Buck Evan's profile photo

Buck Evan, … Dave Cunningham6

6/13/23

proposal: desugar all ops (not just %)Modulus is also used for string formatting (intended to be Python compatible) On Fri, 2 Jun 2023 at

unread,

proposal: desugar all ops (not just %)Modulus is also used for string formatting (intended to be Python compatible) On Fri, 2 Jun 2023 at

6/13/23

Yann Hamdaoui's profile photo

Yann Hamdaoui

6/1/23

[Announce][CfP] 2nd Workshop on Configuration LanguagesDear Jsonnet users and hackers, We organize a new workshop on the very subject of configuration

unread,

[Announce][CfP] 2nd Workshop on Configuration LanguagesDear Jsonnet users and hackers, We organize a new workshop on the very subject of configuration

6/1/23

Duologic<jer...@grafana.com>'s profile photo

Duologicjer...@grafana.com, … Dave Cunningham8

5/26/23

max stack frames exceeded on arrayHere's a version of the original example that does not do that: local appsAggregate(apps) = { acc

unread,

max stack frames exceeded on arrayHere's a version of the original example that does not do that: local appsAggregate(apps) = { acc

5/26/23

Sebastien Diot's profile photo

Sebastien Diot

5/4/23

My function only works if I use std.trace() in itSince jsonnet doesn't currently has "big integer" support, I decided to try and

unread,

My function only works if I use std.trace() in itSince jsonnet doesn't currently has "big integer" support, I decided to try and

5/4/23

Sebastien Diot's profile photo

Sebastien Diot

4/22/23

Cannot build jsonnet after updating (Windows, vcpkg)Hi. I wanted to report an issue I have with my jsonnet code, which seems to be a "jsonnet bug

unread,

Cannot build jsonnet after updating (Windows, vcpkg)Hi. I wanted to report an issue I have with my jsonnet code, which seems to be a "jsonnet bug

4/22/23

Dave Cunningham's profile photo

Dave Cunningham

4/17/23

New Jsonnet release v0.20.0https://github.com/google/jsonnet/releases/tag/v0.20.0 Bug fix This release has a bug fix for std.

unread,

New Jsonnet release v0.20.0https://github.com/google/jsonnet/releases/tag/v0.20.0 Bug fix This release has a bug fix for std.

4/17/23

Dave Cunningham's profile photo

Dave Cunningham

10/27/22

New Jsonnet release v0.19.1The previous v0.19.0 release had a small change in the C bindings to allow importbin to function, but

unread,

New Jsonnet release v0.19.1The previous v0.19.0 release had a small change in the C bindings to allow importbin to function, but

10/27/22

Dave Cunningham's profile photo

Dave Cunningham

10/26/22

New Jsonnet release v0.19.0https://github.com/google/jsonnet/releases/tag/v0.19.0 Language importbin feature for loading binary

unread,

New Jsonnet release v0.19.0https://github.com/google/jsonnet/releases/tag/v0.19.0 Language importbin feature for loading binary

10/26/22

Sebastien Diot's profile photo

Sebastien Diot, Dave Cunningham2

10/24/22

Confused about building in WindowsYou should be able to build an executable using visual studio as well. It is probably something

unread,

Confused about building in WindowsYou should be able to build an executable using visual studio as well. It is probably something

10/24/22

Marcelo Cantos's profile photo

Marcelo Cantos, jer...@grafana.com4

10/21/22

Keyed/indexed comprehension syntaxI feel that it's not so much a question of need, as one of bang for buck. This would be a very

unread,

Keyed/indexed comprehension syntaxI feel that it's not so much a question of need, as one of bang for buck. This would be a very

10/21/22

bahram samani's profile photo

bahram samani, … ca...@xdna.net3

10/19/22

Yaml to Jassonnet conversionInstall gojq: go install github.com/itchyny/gojq/cmd/gojq@latest (or download from the releases page

unread,

Yaml to Jassonnet conversionInstall gojq: go install github.com/itchyny/gojq/cmd/gojq@latest (or download from the releases page

10/19/22

Raphaël Bauduin's profile photo

Raphaël Bauduin, Paul Rudin4

9/30/22

Jsonnet course onlineOk thanks - that one works. I'll let you know what I think when I find some time to go through it

unread,

Jsonnet course onlineOk thanks - that one works. I'll let you know what I think when I find some time to go through it

9/30/22

Matt Zhou's profile photo

Matt Zhou, … Dave Cunningham8

9/16/22

Jsonnet Playground InterestNice! Re: adding pages to the website, it can be done by submitting a PR and then I will push the new

unread,

Jsonnet Playground InterestNice! Re: adding pages to the website, it can be done by submitting a PR and then I will push the new

9/16/22

Valentin O's profile photo

Valentin O, Dave Cunningham2

8/30/22

Please fix this error in the documentationDone, thanks On Mon, 29 Aug 2022 at 04:46, Valentin O ofsh...@gmail.com wrote: The if and

unread,

Please fix this error in the documentationDone, thanks On Mon, 29 Aug 2022 at 04:46, Valentin O ofsh...@gmail.com wrote: The if and

8/30/22

Sandy Walsh's profile photo

Sandy Walsh, … Dave Cunningham8

6/16/22

Parse jsonnet files and list all errors - don't fail after first errorWe could also do that. Both cpp and go Jsonnet do the static check so you wouldn't end up with

unread,

Parse jsonnet files and list all errors - don't fail after first errorWe could also do that. Both cpp and go Jsonnet do the static check so you wouldn't end up with

6/16/22

Khushbu Kella's profile photo

Khushbu Kella, jer...@grafana.com2

6/9/22

a `local` is not available outside the file, do it like this: // abc.jsonnet { Myfunction2(x,y): x+y,

unread,

a `local` is not available outside the file, do it like this: // abc.jsonnet { Myfunction2(x,y): x+y,

6/9/22

Kushagra Babbar's profile photo

Kushagra Babbar

6/8/22

Issue in evaluating fileI am not able to solve this issue in _jsonnet.evaluate_file(): RuntimeError: tried to import test.

unread,

Issue in evaluating fileI am not able to solve this issue in _jsonnet.evaluate_file(): RuntimeError: tried to import test.

6/8/22

Khushbu Kella's profile photo

Khushbu Kella, Dave Cunningham2

6/7/22

Save json multiple in for loopYou need to use the comprehension to define the filenames as fields of the object you're building

unread,

Save json multiple in for loopYou need to use the comprehension to define the filenames as fields of the object you're building

6/7/22

Steven Canfield's profile photo

Steven Canfield, Dave Cunningham4

5/24/22

Output multi-line text?Yep exactly. On Tue, May 24, 2022 at 10:08 AM Dave Cunningham dcu...@google.com wrote: It

unread,

Output multi-line text?Yep exactly. On Tue, May 24, 2022 at 10:08 AM Dave Cunningham dcu...@google.com wrote: It

5/24/22

siark...@google.com's profile photo

siark...@google.com, … Muhammad Enzam Hossain4

5/23/22

Removing field from objectI am using `std.prune` to achieve that, but note that it will remove all null value fields. For

unread,

Removing field from objectI am using `std.prune` to achieve that, but note that it will remove all null value fields. For

5/23/22