Matt Robenolt

Results 178 comments of Matt Robenolt

Something like ```mysql://user:pw@host``` works sufficient. I too, also prefer using one variable here. We just support both forms. It doesn't need to be `https`, we just ignore the protocol part...

@rcoundon I'm genuinely not too sure if there's more I can assist with helping here. There's a decent amount of indirection here and I'm inclined to think it's something misbehaving...

We have plans to execute on work for this, we just haven't done it yet.

I guess we don't have this in Asana, I'll figure out how to add this. We've talked about it very recently, I guess didn't track it anywhere, but I'd say...

That's fine, I dunno where we stand on the tools we use, but I know all of our stuff is in Asana these days. I don't make these decisions. I...

Might I suggest an API something like: ``` $ jinja2 --env-opt variable_end_string=#} --env-opt variable_start_string={# ``` This way we don't need a flag for every single option and just directly pass...

I'm not sure why you think this is backwards? It's correct. Am I missing something? Maybe the names aren't clear?

@dustnic wanna try out https://github.com/mattrobenolt/jinja2-cli/pull/86 ? This adds a new flag which allows you to import this. I tested this by doing: ``` $ jinja2 -f ansible.plugins.filter.ipaddr.ipaddr test.txt ``` Which...

Hey, this is great! Lemme take a closer look at this.

My guess, without digging into it, is because it's poking outside of the template loader directory: https://github.com/mattrobenolt/jinja2-cli/blob/master/jinja2cli/cli.py#L172 Off hand, do you know how this can be worked around? I can...