Kyle Fuller

Results 243 comments of Kyle Fuller

@codeinabox Could you share an example blueprint please? I'm seeing this work as expected:

> Ah but your resource groups are prefixed with `##` but I am prefixing with a single `#` as per the specification https://apiblueprint.org/documentation/specification.html#def-resourcegroup-section That's right, since my resource groups are...

@Keithbsmiley: Hey Keith, I have no idea how to implement the above in a vim syntax (my knowledge is very limited). Is it possible? Would you be able to give...

Awesome, thanks for the tips. I'll go over and see if I can get this working. :+1:. Thank you so much!

The answer was no, different content-types could be found in the same file. So it needs to actually parse the content-type and figure out the syntax, then apply that syntax....

Thanks for all your great links here @Keithbsmiley. Haven't found the time to sort this out but hopefully really soon. :+1:.

I think supporting `=` would make the most sense, that would be consistent with other tools I've used in the past. ```shell # valid $ gateways list -f=-5m -t=now $...

@rpendleton There are some changes in the repo with f22f0a07e02d924406a539d06c0d59402886de56 and e1ba47ea7f998f80f2ea5acc65379752438e79ab to support using equals with options and flags if you'd like to give that a go.

That makes sense to me, I have no problems with that. I'm also happy to point people to a community buildpack instead of this solution. To be honest, I am...

Hi @wileykestner, thanks for debugging this problem. The one concern here is you might end up with a different version of swiftenv that what is tested and known to work....