Dean Hamstead

Results 32 comments of Dean Hamstead

FWIW CommonMark is a module on cpan https://metacpan.org/pod/distribution/CommonMark/lib/CommonMark.pod

Syntax::Keyword::Try is also less quirky than Try::Tiny

eval() is probably the way to go in terms of speed and compatibility.

Possibly P::M::ReverseProxy wont do it at this moment, but along those lines my concern is that reverse proxy variables are notoriously non standard (hence the X). Although there is actually...

Ideally it should be handled by Plack::Middleware if thats what you mean, since its a protocol mutator

To me, its not clear how route_params can be mixed with query params... but saying that the above code works as described in 0.86 and doesnt in 0.87. But strangely,...

Ok this seems to work but has the annoying side effect that previously if the route_param value type didnt match the type it would return 400. Where as now it...

In my case, i want to inject database credentials rather than hardcoding them. Obviously its not hard to call on Config::Any or similar, however I am curious if there is...

I think pointing at some middlewares is a good idea for anything thats already our there. Such a list of links would help people using Raisin solve problems without reinventing...

its a shame this hasn't been merged, or at least partially merged