The Wayback Machine - https://web.archive.org/web/20210904044529/https://github.com/topics/mojolicious
Skip to content
#

mojolicious

Here are 157 public repositories matching this topic...

kraih
kraih commented May 20, 2020

Not a particularly hard task, but converting all tests is a lot of work. We want to go from:

# Promisify
is ref Mojo::Promise->resolve('foo'), 'Mojo::Promise', 'right class';
$promise = Mojo::Promise->reject('foo');
is ref $promise, 'Mojo::Promise', 'right class';
@errors = ();
$promise->catch(sub { push @errors, @_ })->wait;
is_deeply \@errors, ['foo'], 'promise rejected';
$promi
LANraragi
Luukuton
Luukuton commented Aug 31, 2021

Suggestion, and the problem it'd solve

Support for external JSON meta files. I have lots of (a couple thousand) archives where the JSON metadata isn't included inside the ZIP file but inside the same directory as the ZIP file is located (visualized example below). This is mostly because they are torrents from ExH which don't include the metadata inside the ZIP. I don't really want to mov

Improve this page

Add a description, image, and links to the mojolicious topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mojolicious topic, visit your repo's landing page and select "manage topics."

Learn more