Daniel Pinto

Results 14 comments of Daniel Pinto

I'm also experiencing the same issue. It seems to happen only when I create a test for an angular2@rc5 component that requires a provider. I'm still figuring out how to...

it works well if you don't connect them: ``` flowchart TB subgraph TopToBottom direction TB TB1 TB2 end subgraph LeftToRight direction LR LR1 LR2 end TB1 --> TB2 LR1 -->...

Seems like the `--skip-needs` flag doesn't work on this scenario as well

I'm also having some issues with needs, my error related to the kubecontext is a bit different, it doesn't show the content before the initial slash. ``` in ./helmfile.yaml: in...

Just to confirm that this is still happening on 13.0.1

I just installed it and it is working well:

I was using the latest available when I posted, and for me, it worked well. I tested it on an M2 chip.

I'm using the following logic to validate if there are missing variables: ```python rendered_content = chevron.render(template, context) # Find all variables in the template variables = re.findall(r'{{\s*([\w.]+)\s*}}', template) # Check...

I see the same issue on my fresh install: ``` │ Events: │ │ Type Reason Age From Message │ │ ---- ------ ---- ---- ------- │ │ Warning ProvisioningFailed...