p5-plack-debugger icon indicating copy to clipboard operation
p5-plack-debugger copied to clipboard

Rethinking of the Plack::Middleware::Debug for a more modern web

Results 8 p5-plack-debugger issues
Sort by recently updated
recently updated
newest added

Hi ! Thanks for this great tool. I'm a beginner concerning working with perl and plack. For the last 15 year we developed almost all of our web apps in...

As bundled js doesn't work with latest jQuery thus making Plack::Debugger unusable for projects using a newer jQuery version.

Two suggestions have been floated, first being a query param (this might present issues if people have strict param validation though) or a custom X-Plack-Debugger-Disable header of some kind (also...

The transformation is usually fairly simple, but a quick doc to go over it in more detail would likely be helpful

1. The `Plack.Debugger` javascript gets loaded 2. The `Plack.Debugger` hooks into the jQuery global AJAX handlers which send events (`_:ajax-send`, `_:ajax-complete`), however the consumer of these events is not handling...

The panel data is actually already stored in JSON in the browser process, if you do this in the console you will find it. > $.grep(plack_debugger.resource._request.data.results, function (x) { return...

enhancement

The panels are rendered immediately upon fetching of data, which is fine if you actually look at the panels, but is a waste if you never open them. The ideal...

Currently the ESC is being used to toggle the display of the debugger, which is nice, except when other things have already hooked into the ESC key. Need to investigate...