Andrew Grechkin

Results 5 issues of Andrew Grechkin

This should fix the situation with traceback produced by Mojo::Exception much less informative than traceback produced by Carp ``` exception: raise at /home/agrechkin/tmp/test-exception line 9. Traceback (most recent call first):...

needs feedback

Perl (v5.36.0, linux) Mojolicious (9.26, Waffle) * Operating system: Arch Linux ### Steps to reproduce the behavior Script to compare Mojo::Exception trace with croak trace ```perl #!/usr/bin/env perl use v5.36;...

feature request

Perl version v5.36 if explicit version used implies `use warnings` according to [perldelta](https://perldoc.perl.org/perldelta#Core-Enhancements)

Browser encodes all non-ASCII characters in URL into percent encoding format. Static files are served from the filesystem, and can have unsafe characters in their names. To support such files...

For debug purpose, especially when using `xh` in a pipeline or result needs processing, it's quite nice to be able to collect headers (and request body too). Currently this is...