David Precious

Results 50 comments of David Precious

Sorry this has stalled for so long - I hope to have a workaround written up this weekend which will store the body of requests if the HTTP::Body object hasn't...

Still looking at this one. I'd like to replace the use of HTTP::Body with the parser you're using in Plack, but I think it'd be an awful lot of work....

I have raised a ticket against HTTP::Body with a patch which makes the UrlEncoded parser still store the raw request body, just like the other parsers - I'd love to...

As per comment on other issue, if you are happy to give me a commit bit & co-maint, I'll happily help maintain it.

I've been working on implementing the fix in HTTP::Body now mst has kindly set me up with access. Most of the way there with something that will work. The sticking...

Looks like the versions supported by Travis-CI these days are: ``` perlbrew list 5.26 (5.26.3) (installed on Mon Mar 25 16:41:45 2019) 5.26.3 (installed on Mon Mar 25 16:41:45 2019)...

As soon as I get a moment I'll try to fix this in Dancer v1. I concur with racke that Dancer2 is the right choice for new projects, but I...

I've started the work on supporting the SameSite attribute, just need to finish the tests for it and make sure it works correctly. In the meantime, I'm wondering whether Dancer...

> @bigpresh can I do anything to help port this over from dancer2 and test? I've chucked my work on it as a draft PR at https://github.com/PerlDancer/Dancer/pull/1217 Please feel free...

So, the test is skipped on Windows because of Windows' brokenness - that sounds reasonable to me.