Stanisław Barzowski

Results 158 comments of Stanisław Barzowski

Thanks for reporting. I wasn't able to reproduce your issue yet. Do you have some global configuration that might affect the build? The part of the log where it says...

BTW you might try using `gojsonnet` package which is designed to be a much faster drop-in replacement. Unfortunately it brings the Go runtime, which causes some problems with multiprocessing (fork()...

Could snap distribution come with some kind of sandboxing? Jsonnet doesn't have any special logic about reading from these directories. JSONNET_PATH is irrelevant for loading files like that. It's only...

Please let me know if the problem is reproducible with the manually built repo (it's very easy, just git clone && cd jsonnet && make). My suspicion is that it...

Thanks for reporting the issue. I don't have a Windows machine to try it, but it looks like you don't have `make` available in your PATH. If it's not the...

It's a shame it doesn't say which procedure it is. One idea is that maybe hardcoded `.so` extension for libraries breaks it on Win.

We can follow up on it in this issue, I think. We would like it to work flawlessly on Windows machines. However, it can be quite tricky to fix issues...

I'm not aware of any complete implementation. We will support the efforts to create one and ideally we will eventually have an official one.

I fully agree that we should work on this things (as a broader Jsonnet community - only "Helm support" and `tk pkg` are Tanka-specific. > Libraries: These need to be...

You can write your own `coalesce` function like that, no upstream support required. That said, it would be a valid addition to the stdlib as well. And maybe `coalesce` should...