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

Hi, I'd like to be able to tie a session to the domain it originated from. E.g. if a user accesses an app using domain1.com (subsequently generating a session for...

This meta ticket is here to collect ideas for improvements to the command line that comes with Dancer2 (`dancer2`). We can discuss ideas here and create appropriate tickets for them....

Enhancement
Meta

From John Stoffel: ``` I'd love to see expanded skeletons, or a way for Plugins to add themselves into a skeleton so that you can more easily start using/playing with...

Enhancement
Up for grabs

I'm a newbie to dancer2 and today I started creating my first app. The box I attempted to generate the template on was closed off to the outside world which...

Enhancement

Hi! I've noticed [this](https://github.com/PerlDancer/Dancer2/blob/master/lib/Dancer2/Core/App.pm#L1111) #TODO comment in Dancer2::Core::App about using a route cache. Is somebody working on that && should we discuss it (would it be doable and useful)? I'd...

Enhancement

(Following on from @shadowcat-mst's comment in #595) The current Runner, Request and Route classes limit the requests method to only those allowed under the HTTP 1.1 spec. There are extensions...

Enhancement
Question

I deploy my D1 apps via dispatch.fcgi like this: ``` ScriptAlias /appx /path/to/appx/dispatch.fcgi ``` See: https://metacpan.org/pod/distribution/Dancer/lib/Dancer/Deployment.pod#Running-as-a-cgi-script-or-fast-cgi-under-Apache Should D2 support this as well?

I'm working on a new plugin to intercept send_as serialized requests, and (despite the fact that the call to execute_hook is in the Role's "around"), I'm not seeing the before_serializer...

As there is no longer a `:syntax` option for import there are no symbol conflicts for application's that export globals from sub modules. In this example we have a MyApp::Schemas...

Current CPAN version of Dancer2 1.1.0 Running under Strawberry Perl (64-bit) Portable 5.38.2.2-64bit on Windows 11 Here's the handler: ``` post '/ingest' => sub { my $file = request->upload('uploaded_file'); $log->debug("Uploaded...

Up for grabs