Stanisław Barzowski

Results 158 comments of Stanisław Barzowski

FWIW There is also this for gp-jsonnet: https://pkg.go.dev/github.com/google/go-jsonnet?utm_source=godoc

If someone wants to pick this up here, feel free to open the PR. Ideally the interface would be compatible with the one in go-jsonnet. (However, if you're using Jsonnet...

There are two practical problems with that: * We currently use Travis for binary releases, which doesn't support Windows. * None of the maintainers use Windows. That said, I would...

Thanks, that's good to know. > Should I try something similar here? That would be great!

The most important part is building the actual binary. For Linux and Mac it happens at the `make dist` stage. I think that something like this should work: ``` cmake...

FWIW I'm open to PRs changing the official jsonnet package to stop depending on Makefile for the Python extension (and use a similar approach as jsonnetbin).

Thanks for the ping and sorry I didn't reply sooner. This is a long standing discussion. Basically the import mechanism was intended as a way to statically import libraries and...

Yeah, importYaml stuff is is the most convincing use case here. We're also looking into alternative solutions, e.g. first-class support for loading different types of files with `import`. And you...

Thanks for providing more context. Re @ant31: Trying to hide Jsonnet from the users sounds is a bit of a boundary case from language design perspective. Are you sure importstr...

You don't need to pass every single secret as a separate tla/extVar – that of course could get quickly out of hand. I meant passing all secrets at once in...