Spencer Williams
Spencer Williams
I see that a JNWCollectionViewData ("Data") object assigns its sections' frames in `-recalculateAndPrepareLayout:` ([line 89](https://github.com/jwilling/JNWCollectionView/blob/master/JNWCollectionView/JNWCollectionViewData.m#L89)). It appears to do this entirely based on the sections' items (as given by the...
When I'm writing a root, I don't want to have to type out the entire provider config or backend config in text every time. Maybe I want to keep that...
how to do them in this system? how to `plan` roots after the migration?
when adding a new scope to existing data files, do first impl by requiring a `--filename` flag. 1. this way i can develop intelligent insertion later (e.g. "insert into the...
(and optionally all its children). Especially useful for gathering all the build directories of a whole domain.
I feel like we should at least provide a `--json` option?
not unlike Terragrunt's `dependency` blocks. maybe use `terraform_remote_state` blocks though.
at the very least we need a `go build` and `go test ./...`. Coverage report?
What makes it so that a root is worth running? 1. the scope data changed 2. the root itself changed 3. the modules the root relied on changed? not sure...
I want to be able to build all roots for all scopes. I want to be able to build all roots for a single scope (see also #34).