Dancer2 icon indicating copy to clipboard operation
Dancer2 copied to clipboard

Perl Dancer Next Generation (rewrite of Perl Dancer)

Results 133 Dancer2 issues
Sort by recently updated
recently updated
newest added

Hello! I ran into a weird case. I mount multiple apps in my PSGI file, but when I wrote a plugin that sets a cookie, it only works under one...

Bug
Enhancement
Question

Is there a way in Dancer2 to detect when the client disconnects, either on purpose by closing the connection, or by dropping it / timing out? This would be especially...

Question

Granted almost everyone will replace the default login page, this bug is disconcerting when starting to learn authentication and session management for Dancer2. Once a route is added requiring a...

Bug

At the moment Dancer2 is not packable with PAR. While it is Fatpackable, this leaves out the option of having packs which rely on XS bindings such as with packages...

Enhancement
Packaging

Something to do with the time at which `init_route_handlers` and `register_route_handlers` are called is different between starting the app with `MyApp->to_app` and just plain old `dance`. In the latter case...

Bug

I'm just opening this issue as a placeholder for a planned PR. The issue is that if for some reason a redirect takes place during the render of a Template::Toolkit...

Bug

We should also make the default serializer for HTML something other than YAML (this is a Dancer 1-ism). Should it be JSON? Something else?

Question
Up for grabs

Small feature request: The mutable serializer has a hard-coded default of JSON. If a user defines a custom map of mime types to serializers that doesn't include JSON, they are...

Enhancement
Up for grabs

I want to run my Dancer2 application in a docker but I want to run the container without mounting any local directories and I want to run the same once-built...

… and formatting Just some fairly minor tweaks to the the first couple hundred lines of Manual.pod to improve clarity.

Documentation