Sawyer X
Sawyer X
This fixes GH #38, which shows a confusion about a class providing documentation but it has none.
This tests that when we kill a process through a shell, we get the correct exit code and signal. Unfortunately, this fails on some versions of Ubuntu and `dash`, which...
- [ ] `chromaprint_get_version` - [x] `chromaprint_new` - [x] `chromaprint_free` - [ ] `chromaprint_get_algorithm` (implement, since it's not available) - [ ] `chromaprint_set_option` - [ ] `chromaprint_start` - [ ]...
The way the **module** endpoint works is wrong, probably because of the underlying structure treating modules as files. Instead of giving you the definite and authoritative module, it gives you...
The documentation for `Dancer2::Core::Error` includes instantiating a new object and then using the `render` method (which doesn't exist anymore) and then setting it as the response using `Dancer2::Core::Response`'s `set`, which...
I had worked in the past on a Perl::Lint policy. It's available [here](https://github.com/PerlDancer/perl-lint-policy-dancer2). I want to use this ticket to collect what this should include (possibly multiple policies) so it...
This is a rebased branch of #590. :) It's only for review against the original PR. Please do not merge it.
Named routes
[This related to GH #33.] You can now give names to the routes: ``` get NAME, PATH, sub {...}; ``` Or the lesser-known one: ``` get NAME, PATH, OPTIONS_HASHREF, sub...
## Why? Just like the `plugin_setting` keyword in plugins, this is also a keyword from the old plugins interface. There is no need for this keyword since the new plugins...