Victor Robertson

Results 19 issues of Victor Robertson

I have a situation where the help documentation for an item depends on whether or not a particular plugin is installed: ``` available commands: COMMAND SECTION sub-command description for subcommand...

enhancement

I was hoping to host Grafana and this plugin in a Kubernetes cluster. Given that, it would be really nice if I could define a ServiceAccount, ClusterRole, and ClusterRoleBinding that...

When performing a docker build, cache directories are extracted to a temporary directory often inside the docker-hosted filesystem and then moved to the correct directory. `os.rename` often doesn't work between...

Currently, the best available method to develop first party dependencies alongside a top-level project is to either use a directory source which currently provides no means to track changes and...

Like docker, but for build steps. Probably defaulted to true, but some projects might be bad and make global changes to the environment.

I think they're needed and an easy way to start this would be to utilize a containerized android build environment.

planned

It would be desirable to be able to apply a list of patches to a source directory prior to project type determination and prior to a build. Currently, the best...

feature

When a user would like to modify a needy-managed library, they may wish to develop the library from an external location. I would suggest utilizing dev-mode for this: ``` needy...

feature

... to ensure that b2 targets are rebuilt when the needs file changes.

optimization

It's often useful to run shell commands to query environment conditions prior to the rendering a needs file: ``` {% if platform == 'ios' %} {% set xcrun_platform = 'iphoneos'...

feature