A. Vieth
A. Vieth
okay, maybe my understanding of perl 6 or mop is too limited, so last question for today: why whould you use ``` has $.foo is without_accessor ``` when you can...
wondering if/how p5mop works with autobox::Core
@stevan: hope twigils work on windows soon, so I can try regarding autobox::core -> was wondering whether the automatic transformation you were thinking about would be done by autobox::Core (transformation...
according to stevan, this is not an option #126 (lvalue accessor), but it would solve the problem? ``` $obj->foo = (1, 2, 3); $obj->foo; # (1, 2, 3) $obj->foo =...
as some perl functions also work on array refs http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod#Array_and_hash_container_functions_accept_references (is this still up to date ???) e.g. ``` my $array = [1, 2, 3]; push $array, 4; print "@$array";...
@stevan just wanted to provide some thoughts, not sure if I really like it rather thought of push @!foo => $bar;
any hint how to fix this? this issue makes the range picker unusable on all newer ipad devices using browserstack, the only way to select a date is to triple...
click triggers focusout event (on demo page)