Mark Murphy

Results 34 comments of Mark Murphy

This is being picked up in a submodule's submodule if that's worth anything. I tried deleting the .gitignore file it's choking on and now it's complaining about "Invalid configuration found...

> Can you share A) how your `terraform` provider is configured ```yaml environments: - name: development variables: gcp_project: example-project-development gcp_region: us-central1 hostname: ${git.branch}.dev.example.com workspace: ${git.branch} providers: - name: terraform environments:...

The same thing happens running `garden validate` so it's definetly not terraform or provider related

ok so, the issue seems to be related to nested submodules. It doesn't appear that any form of .ignore or module.exclude applies to anything contained within a nested submodule. The...

Would the .gardenignore file effect what files/folders are available to docker for building the container image? I'm seeing an error saying that a directory we're trying to COPY in our...

I've just done this. See https://gist.github.com/MarkMurphy/9b964b3cfa7b30736734e6a908b3a6b4 It's inefficient however because redux-crud stores records as an array instead of as a map. This means that you have filter over all of...

> Currently we do not have support for multidimensional arrays. You have to create your own custom validator. Not really sure how that would work, can you point us in...

This could probably be cleaned up a little bit but here's a basic implementation that simply filters the menu items as @bnhovde suggested above. https://github.com/MarkMurphy/catalog/tree/search Happy to turn this into...

Still relevant.

Find an svg that does work and then just copy your path data into it. I think it's something to do with the tags preceding the opening `` or the...