Mathias Kende
Mathias Kende
### Summary This adds a way to pass an inline layout in calls to render() using a new `inline_layout` keyword. ### Motivation Using the mojo.js semantics to allow inline layout...
Add a template_path option to Mojolicious::Renderer::render that allow to pass the path to a specific template file. ### Summary Currently only templates found inside directories registered with Mojolicious::Renderer::paths can be...
This is a feature request to have a better interaction between Variables::ProhibitPackageVars and the core module Locale::Maketext: When using `Locale::Maketext` to localize a program, the standard approach is to define...
I’m trying BoxedWine with a game which displays with a pretty small resolution, so I start it with `-scale 200 -scale_quality 2`. The splash screen of the game is indeed...
This is a fix for #158 as the regex that was used on Windows was not correct (it was missing an alternation between the slash and backslash).
This change introduce a new USE_SDFAT_FAT32 preprocessor variable that can be set to control the compilation of the library. When set, the library will use the File32 and SdFat32 types...
When using the ${^GLOBAL_PHASE} variable (which I don’t think qualifies for a magic punctuation variable as it does not have an *English* equivalent) the ProhibitPunctuationVars policy will trigger. I suppose...
This PR adds a new `max_allowed_quoted_string_length` option to the ProhibitEmptyQuotes policy that allows it to accept quoted strings below that length. The main intent (for me) is to allow empty...
### Before submitting your bug report - [x] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [x] I'm not able to find...
### Validations - [x] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [x] I'm not able to find an [open...