Approvals: 0/1
[10:19:48] * ChanServ sets mode: +o purplefox_ [10:54:56] * ChanServ sets mode: +o purplefox
[14:54:08] <stevef_> anyone have experience using vertx with ruby and pry to debug?
[14:55:12] <stevef_> specifically trying to figure out how to pass a VertxOption for warningExceptionTime at startup
[14:55:40] <stevef_> the $vertx global is made before I can do anything
[17:13:32] <lao> any examples on using StaticHandler with Range support
[17:30:19] * ChanServ sets mode: +o purplefox [17:41:37] * ChanServ sets mode: +o purplefox
[17:53:22] <tsegismont> lao, not that I'm aware of
[17:55:09] <tsegismont> lao, here's an example of exchanges http://stackoverflow.com/questions/8293687/sample-http-range-request-session
[17:55:16] <tsegismont> (not vertx specific)
[17:57:43] <lao> thanks tsegismont, im just getting the hang ov vert.x … cheers
[18:00:54] <temporalfox> https://twitter.com/FarosBelgium/status/819125193729863680
[18:01:13] <tsegismont> lao, if you're using Vert.x as a server with StaticHandler, you shouldn't have anything to do, StaticHandler does everything
[18:04:45] <lao> tsegismont, i was hoping to get a working example of this…safari browser keeps requesting range….trying to pass on an video/mp4 media type
[18:06:07] <tsegismont> lao, can you please post a reproducer to the Vert.x forum? And how you test it and what's wrong? Thanks
[18:13:29] <lao> http://pastebin.com/cYzSAcRn
[18:15:16] * ChanServ sets mode: +o purplefox [19:02:55] * ChanServ sets mode: +o purplefox
[23:57:47] <MyNameIsJErri> Hello