Jihyeon Gim

Results 7 issues of 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...

wontfix