-
Running npm install in an empty project yields the following output:
```
C:\dev\jsonnet-test>npm install @hanazuki/node-jsonnet
> @hanazuki/node-jsonnet@0.4.2 install C:\dev\jsonnet-test\node_mod…
-
this bounty refers to the JS SDK only http://github.com/arakoodev/EdgeChains/tree/ts/JS/edgechains
we are super inspired by Litellm in python (and have a lot of respect for them) - https://github.c…
-
```
Failed building wheel for jsonnet
Running setup.py clean for jsonnet
Failed to build jsonnet
Installing collected packages: jsonnet
Running setup.py install for jsonnet ... error
```
I …
lacls updated
4 years ago
-
At work we use mainly jsonnet to describe Kubernetes manifests, and a large swath of code also uses Toml configuration (notably influxdb and telegraf config).
Interoperability with jsonnet is curr…
-
Within a jsonnet or libsonnet file, the `import` command seems to operate from the directory where `jrsonnet` was invoked. The LIbrary search dirs (either `-J` or `JSONNET_PATH`) weren't respected eit…
-
It would be useful for `jsonnet_library` targets to be able to read data from non-Jsonnet files.
-
I have a use case where I want to take values fetched from bazel BUILD files and pipe them into my jsonnet_library targets. More notably I want to pipe in the BUILD_USER into a value in my library, t…
-
### Description
the jsonnet_ls client doesn't attach to a buffer when opening jsonnet files
### Neovim version
NVIM v0.7.2
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by brew@Monterey
Fea…
-
It'd be convenient to distribute `jb` through mainstream package registries as deb/rpm or homebrew formula.
https://goreleaser.com/ could be used.
I can help, if you don't disagree.
-
Not much else to say.
```sh
$ jsonnet --version && cat test.jsonnet && echo && jsonnet test.jsonnet
Jsonnet commandline interpreter v0.16.0
local wrapper = [
{
some_prop: true
}
];…