Damien
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...
Let's move all examples in this repository so we can a single place where to maintain them.
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...
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,...
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...
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...
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:...
All functions reading from the filesystem should be subject to `baseDirectory`.
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...