<div dir="ltr">I should add that this is my first Real Dancer Project, so maybe I'm just missing something.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 11, 2014 at 12:23 PM, Timm Murray <span dir="ltr"><<a href="mailto:tmurray@wumpus-cave.net" target="_blank">tmurray@wumpus-cave.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>One of my big projects right now involves streaming a live webcam into an HTML5 video stream, which means it needs to stream a filehandle.  I have a bug in the system to implement this in send_file():<br><br><a href="https://github.com/PerlDancer/Dancer2/issues/659" target="_blank">https://github.com/PerlDancer/Dancer2/issues/659</a><b><br><br></b></div><div>I ended up backporting to Dancer1 because of hitting this.<br></div><div><b><br></b></div>Even better would be to have a simple function call that takes a filehandle directly and streams it without needed to specify callbacks.<br><br></div><div>A smaller issue is to have an easy way to disable splat behavior.  I'm reimplementing an existing REST API that has some literal '*' in many of the calls.  With things on Dancer1, I was able to get it to work with a regex match, though that didn't seem to work when I tried it on Dancer2.  Either way, a regex seems like an unnecessarily complicated way of solving this.<br><br></div><div>Thanks,<br>Timm<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">On Thu, Sep 11, 2014 at 10:46 AM, Sawyer X <span dir="ltr"><<a href="mailto:xsawyerx@gmail.com" target="_blank">xsawyerx@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr"><div><div>Hey everyone,<br><br></div>we're working on creating the Dancer2 roadmap. We need your help!<br><br></div><div>We want to design it with you, and we want to know:</div><div>* What do you think should be on the roadmap for Dancer2?</div><div>* What do you like to see being done?</div><div>* What would you help with, if it was on the plan?</div><div><br></div><div>As the last item suggests, we're interesting in getting much more help with implementing this plan, once we have it written, so expect many "call to action"s. :)</div><div><br></div><div>Let's open a discussion!</div></div>
<br></div></div>_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm" target="_blank">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>