Tomasz Janiszewski

Results 143 comments of Tomasz Janiszewski

Here is breaking test for built in modifier ```go func TestGetManyBytes(t *testing.T) { rawJson := `{"x":[{"y":[{"z":{"b":1, "c": 2, "a": 3}}]}]}` jsonPathExpr := `x.#.y.#.z.@pretty:{"sortKeys":true}` results := gjson.GetManyBytes([]byte(rawJson), jsonPathExpr) assert.Len(t, results, 1)...

Could you also generate mobi and epub version?

This is partially solve by #279 As @IAmATeaPot418 mentioned for better UX we should inform user about `--fail-on-invalid-resource` and `-v` options and enable `fail-on-invalid-resource` as default from next major release.

@siperman What's the status of this?

Closing due to no activity on this. If you like to work on this please reopen or create a new PR.

> I have gone through all of the templates and these are the only ones I found where the objects accessed in the function do not match the ObjectKinds. Do...

Could you add e2e test?

Recently kube-linter was added to nixpkgs https://github.com/NixOS/nixpkgs/pull/149873 Maybe it's time to support it on Chocolatey too.