A. Vieth
A. Vieth
the following code does not provide any warnings -> method call on undef value is this expected behaviour? ``` use Text::Xslate; my $tx = Text::Xslate->new(); my %vars = ( title...
## mop ``` use mop; use v5.16; class Test { has $!one is ro = 1; has $!two = 2; method sum { $!one + $!two } } say my...
range picker not working on ipadOS 13 I used your demo page and browserstack, date picker seems to work though
clicking next or previous month buttons in Safari closes the range picker, range picker also closes when a start date has been selected, so you have to reopen the window...
multiline DESCRIPTION does not work, as spaces are included in split r := regexp.MustCompile("([\r|\t]*\n[\r|\t]*)+")
check for if lineIndex + 1 > numberOfLines in func parseTextType(lines []string, lineIndex int) (string, int)
Hello, what is the best way to sort results by column values. MySQL example: SELECT * FROM table ORDER BY FIELD(ID,1,5,4,3)
it seems that there is no way to uncheck a checked checkbox ``` # foo is checked and should be unchecked by 'foo' => undef $mech->submit_form_ok({ form_number => 1, fields...
it seems that submit_form_ok works without problems even if form fields with the required names do not exist in the form ``` $mech->submit_form_ok({ form_number => 1, fields => { password...