mojo icon indicating copy to clipboard operation
mojo copied to clipboard

:sparkles: Mojolicious - Perl real-time web framework

Results 105 mojo issues
Sort by recently updated
recently updated
newest added

### Summary Tests in `t/mojo/websocket.t` converted to use subtests. ### Motivation Help convert remaining subtests. ### References #1520

### Summary Tests in `t/mojo/reactor_ev.t` converted to use subtests. ### Motivation Help convert remaining subtests. ### References #1520

### Summary Tests in `t/mojo/ioloop_ipv6.t` converted to use subtests. ### Motivation Help convert remaining subtests. ### References #1520

### Summary Tests in `t/mojo/websocket_proxy.t` converted to use subtests. ### Motivation Help convert remaining subtests. ### References #1520

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

### Summary In the `link_to` documentation, add a sentence explaining why, in the examples, sometimes there is a title given first, and sometimes a block of code or a template...

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

``` $ mojo version CORE Perl (v5.34.1, linux) Mojolicious (9.25, Waffle) OPTIONAL Cpanel::JSON::XS 4.09+ (4.28) EV 4.32+ (4.33) IO::Socket::Socks 0.64+ (0.74) IO::Socket::SSL 2.009+ (2.074) Net::DNS::Native 0.15+ (0.22) Role::Tiny 2.000001+ (2.002004)...

There's been a lot of fail reports from CPANTesters recently such as [this one](http://www.cpantesters.org/cpan/report/7cca4e27-6c03-1014-aee1-3d47a1bbad75). At the very least these IPv6 tests should be hidden behind a `TEST_IPV6` environment variable. ```...

bug
help wanted

* Mojolicious version: 9.22 * Perl version: 5.16.3 * Operating system: AIX 7.2 ### Steps to reproduce the behavior [36](https://github.com/jhthorsen/openapi-client/issues/36#issuecomment-1072979373) ### Expected behavior [HTTP 302](https://en.wikipedia.org/wiki/HTTP_302) ### Actual behavior GET method...