Alexander Hartmaier

Results 38 issues of Alexander Hartmaier

Because `/etc/profile` and by that `/etc/profile.d/rakudo-pkg.sh` isn't sourced when running Wayland. Setting env vars is the biggest mess on Linux for me as there are not only differences by dists...

To be able to delete single keys from MDC, a delete method would be very welcome. It can be done using `get_context` already but makes grepping for MDC modifications in...

* Mojo::Pg version: 4.25 * Perl version: 5.32.1 * Operating system: Ubuntu 20.10 x86_64 ### Steps to reproduce the behavior Create a migration SQL file which contains PREPARE statements for...

We try to use the warnings to push status messages to some fields for special submits. When there are errors the warnings are shown too but the populated database fields...

When you set maxlength the input field doesn't allow to enter more characters which means that the validation and it's error message is never triggered. That lead to truncated passwords...

[Currently](https://metacpan.org/source/GSHANK/HTML-FormHandler-0.40067/lib/HTML/FormHandler/Field/Date.pm#L69) the error message from DateTime::Format::Strptime/parse_datetime is passed as error text without any possibility to change it. For example 'Your datetime does not match your pattern.' which doesn't include the...

https://metacpan.org/pod/HTML::FormHandler::Field::Select#empty_select states: 'This only affects rendering - it does not add an entry to the list of options.' which doesn't seem to be true. At least when calling $field->render it...

If a validate method throws an exception the validate_form is interrupted and clear_posted never gets called leading to a non-functioning form if cached. See https://github.com/bobtfish/catalystx-simplelogin/commit/a16af715f149ca72f5ca9a81276a373b10652e93 for an example.

When looping over the elements of a Repeatable field using $form->field('repeatable')->fields Repeatable::Instance objects are returned as documented. When doing the same thing when the Repeatable field is inactive it returns...

**What version of Ajv you are you using?** 8.8.2 **What problem do you want to solve?** Get rid of 'unsafe-eval' in our CSP by using standalone validation code. **What do...

enhancement