Stefan Hornburg (Racke)
Stefan Hornburg (Racke)
HTML headings have six levels, so I would be useful to have sixth level supported by Text::Amuse.
In terms of usability "Subscription reminder message" doesn't deserve the top slot on "Manage list members". It doesn't manage anything and I'm sure that adding and searching subscribers is done...
Version ------- Sympa 6.2.66 Installation method ------------------- From sources Expected behavior ----------------- List searches should complete within a few seconds even with a lots of lists for the first time...
Error: Sympa::DataSource::List::_open#71 Loop detection in list inclusion: could not include again Sympa::DataSource::List in list Sympa::List Oct 20 13:27:05 task_manager[34707]: info Sympa::Request::Handler::include::_twist() Sympa::Request : Failure, 0 added, 2 held, 0 updated...
The Sympa daemons all running as user sympa eventually. So why don't we use something like the following in the service sections of the systemd unit files? ``` RuntimeDirectory=sympa WorkingDirectory=/home/sympa...
Especially https://metacpan.org/pod/distribution/Dancer2/lib/Dancer2/Tutorial.pod#Putting-it-all-together is bad and confuses new users. - just in a discussion with an unlucky person who followed that part. So: * Use dancer2 gen to properly create the...
E.g. for configuration: - Duplicate keys - Typo in keys - Change in config.yml overridden by environments
If you run `all_pod_coverage_ok();` on a Dancer2 plugin, you will get an output like the following: ``` # Coverage for Dancer2::Plugin::OpenAPI is 0.0%, with 15 naked subroutines: # BUILD #...
For my new plugin https://github.com/PerlDancer/Dancer2-Plugin-OpenAPI I need a way to exchange the route sub from the plugin. This is currently not possible through the code accessor, so I resorted to...