Alan Cruickshank

Results 147 comments of Alan Cruickshank

I'm going to attack L003 as part of #3673 which might address solving some of this.

So I'm going to take a go at this as my next biggie. Here's my rough plan of attack: ## Step 1. Blunt reflow. First step of implementing this I...

> Where these configs would then descend down to any segments which inherit from another. I'm then imagining a world where community members can codify their entire code style using...

> All else being equal, my intuition is that it's better to break lines higher than lower in the tree Agreed @barrywhart - I'm not yet sure how tree depth...

@barrywhart - are you ok incorporating #3717 into this or do you need a hand?

Heya team - I've tried using the provided workaround from above and get the... same error. This is running on 2.7.2. ``` > pipenv run meltano environment add dev Loading...

Upgrade to 2.8.0 has helped with this issue! (caused another - but I think solvable) 👍

Ah - I can see what's happening here. It's because the line gets picked up twice, once in the loop and once outside (i.e. once when `loop.last` and once when...

I'm fairly confident that this is solved in my current working branch. The additional complexity here is that the `{% for ... -%}` loop consumes whitespace and complicates things somewhat....

I don't think this is resolved yet. I'll pick this up along with #3185 .