Brad Rydzewski
Brad Rydzewski
looks like it is working, with tests added to 172d2d67bd753fc4f0f7547fbcd478b1482eec51 right now the only known issue is that we implement `ack:client-individual` behavior (which is desired) but we use the wrong...
sorry for the delay. if you can get this synced back up w/ HEAD and re-submit I'll merge right away. thanks!
@johnrengelman sounds good to me. @tboerger is there an official / standard label for build number? If not, I'm good with `io.drone.build-number` unless you have suggestions for a different naming...
Yep, you should be able to apply a parent layout. You can see our reference site where we have a post: https://raw.github.com/drone/blog.drone.io/master/_posts/2012-10-08-drone.io-for-opensource.markdown And it refers to this parent layout: https://github.com/drone/blog.drone.io/blob/master/_layouts/posts.html
I haven't tried this myself, but based on the Go code it should be possible. Unfortunately I'm not on my development machine at the moment, so I can't test, but...
ahh, yes, now I understand. If I remember correctly a Jekyll template can have YAML front-matter and specify a parent template. The template will be rendered inside the parent template's...
UPDATE the websocket library was updated and now has `MaxPayloadBytes` which defaults to 32mb. Update the vendored websocket library and provide a way to configure this value https://godoc.org/golang.org/x/net/websocket#Conn
awesome! I've been meaning to remove the global key, so this is definitely a welcome change. I'm definitely going to merge this but first I need to run a bunch...
thanks @elviejo79 for the bug fix, and for formatting the code! quick question -- how does MainImg() work?
I think the draft rfc describes some interesting use cases for websockets http://www.ietf.org/id/draft-savolainen-core-coap-websockets-05.txt but implementing such a feature in this library would largely depend on that draft being accepted and...