Matt Mickelson

Results 8 comments of Matt Mickelson

@ryan-lane Thanks for understanding and I look forward to whatever you come up with. As for the added AWS information, thanks for summing it up. Between learning Confidant itself and...

I've been messing with some code in [JavaScript](https://github.com/mickelsonm/confidant-client) and in [Go](https://github.com/mickelsonm/go-confidant) as I am learning Confidant and how it even works. Feel free to fork the code and make it...

Hey checkout this past closed issue (might be what you need): https://github.com/martini-contrib/render/issues/4

@rexposadas : No problem. I have been wondering about that too, but I still find my way back here to check things out. Out of curiosity, which framework are you...

@rexposadas : Yeah it seems like a lot of people are jumping on the Django/Python band wagon.I have nothing bad to say about it, but I am definitely enjoying web...

@yageek : There's many avenues you can take to construct the URL, but the main keywords that stuck out at me were "without having to repeat", which is a good...

I apologize if I caused any confusion, but all I meant by a nested object is if you had objects/fields within an object that you needed to check against. Handler:...

The native Go templating system is pretty flexible in what you can do with it out of the box. If I had a layout like this: ``` {{template "layout/header"}} {{yield}}...