Damien

Results 207 issues of Damien

@palemtnrider made the comment that, if the goal is to always generate the same output for the same input script, it'd be a good idea to also ensure everyone (all...

kind/enhancement

`@jkcfg/grafana`

kind/enhancement

Let's move all examples in this repository so we can a single place where to maintain them.

kind/enhancement
topic/maintenance

It would be nice if we could run a script from a remote git repository, not having to git clone it as a first step. Using this feature would look...

kind/enhancement
topic/cli

Currently, the `std.write()` `indent` option specifies indentation as a number of spaces. We may want to be more general than that and allow for tabs. `indent` could be a string,...

question
topic/std

We have no stdlib API guarantees until we reach 1.0.0 but it would still be nice to leave users the opportunity to fix their code for a whole cycle before...

kind/enhancement
topic/std

In those cases, input parameters cannot be given a default value and the user needs to provide one value when running the script. It would be good in the parameter...

kind/enhancement
topic/std

We'd like to be able to execute helm to do client-side helm template rendering as described in #133. One possibility is to expose a `std.exec` function that would look like:...

kind/enhancement
question
topic/std

All functions reading from the filesystem should be subject to `baseDirectory`.

kind/bug
topic/hermeticity

We need to resolve symlinks when checking the `read()` path doesn't go beyong `baseDirectory`, otherwise the hermetic constraint can be worked around with symlinks point to other parts of the...

kind/bug
topic/hermeticity