Vincent Marguerie

Results 3 issues of Vincent Marguerie

Hello, I added the Previous method to the Schedule interface, as well as the implementation of this method to SpecSchedule. This method works on the same principle as the Next...

Hello, and thank you for this great lib. I would have found it useful to have some IP / network calculation functions built into Sprig. In the idea, it could...

Hello, It looks like the `std.parseYaml` function parses quoted numbers as numbers (instead of string). e.g. ``` bash-5.1$ cat test.jsonnet local yaml = 'id: "91372278466"\nname: staging\n'; std.parseYaml(yaml) bash-5.1$ jsonnet test.jsonnet...