Rich DiCroce

Results 32 issues of Rich DiCroce

Add configuration option to export a node only if all ancestors are expanded (and thus the row is visible)

Add an option to only export up to a given depth

Probably need to have a configuration option of whether to export only the selected rows or the selected rows with their (possibly unselected) ancestors as well.

This is complicated. Row expansions could just be made as additional rows in the export, but this could result in some useless exports. Suppose the export type is CSV and...

This PR ports the hierarchical merge utility from cyclonedx-dotnet-library to Java.

The shebang line in the shims created by mkshims is `#!/usr/bin/env node`. This is broken in at least two ways: - If some version of node is globally installed (i.e....

Currently, the .out and .err files are created in the working directory, or the workspace directory if the working directory is not set. This is a problem because it means...

**What steps did you take:** 1. Deploy the below. 2. Change `test: x` to `test: x2`. 3. Deploy again. ``` --- apiVersion: batch/v1 kind: Job metadata: name: foo-job annotations: kapp.k14s.io/update-strategy:...

bug
carvel accepted
priority/important-soon