Jihyeon Gim
Jihyeon Gim
method modifiers for overrided attribute's accessors(reader/writer/accessor) are not executed when I try to use method modifiers in child class for that. ```perl #!/usr/bin/env perl { package My; use Moose; has...
method modifiers for overrided attribute's accessors(reader/writer/accessor) are not executed when I try to use method modifiers in child class for that. ```perl #!/usr/bin/env perl { package My; use Mouse; has...
Hello! I'm trying to consume a role that has an attribute is specified `required` in run-time. In Moose, it works gracefully but Mouse does not throw exception even though required...
Hello! I updated a template for issues due to compatibility with tab history feature that is provided from Redmine 4.1.0. Signed-off-by: Ji-Hyeon Gim
Hello! I have added Korean translation for this plugin. Signed-off-by: Ji-Hyeon Gim
This PR translates 'Introduction To Paging' chapter into Korean :-) Signed-off-by: Ji-Hyeon Gim
EC dynamic support is not detected properly when we try to build under aarch64 environment. This patch adds 'aarch64*' glob during compilation to make sure it works expected. Change-Id: I98b19f42ef325780adcae8f0d2ae6dee515d63a6...
* JSON::Validator version: 5.14 * Perl version: 5.16, 5.40 * Operating system: CentOS 7, ArchLinux ### Steps to reproduce the behavior ```perl use Mojolicious::Lite; post "/echo" => sub { my...
### Summary Fix wrong resolving of responses component using `$ref`. OpenAPI supports the reusable responses with `$ref` keyword but it not work as expected. ### Motivation When I tested it,...
The documentation describing the apply_base_class_role() method of the Mouse::Util::MetaRole package, and other similar methods, explains that it takes "for" parameter. However, they actually take a parameter with the name "for_class",...