Andreas Hadjiprocopis
Andreas Hadjiprocopis
**Shuffle version** v5.4.0 and v6 **Describe the bug** When asking Shuffle v6.0.0 to sort the tiles, e.g. with respect to 'groups' (as per Shuffle's examples page), I see my own-defined...
The original line: elsif ($^O eq 'MSWin32' or $^O eq 'msys' or -e "con") { can succeed if a file or dir named "con" exists in current dir and OS...
Hi there and thank you for this free implementation. I can not produce the same result using your library's ```fastpbkdf2_hmac_sha512()``` with Perl's ```Digest::SHA::hmac_sha512``` and also Python's ```hashlib.sha512``` (Perl's and Python's...
This is a feature request: I have a case where I want to calculate the qrcode and open a modal to present it. Right now I am forced to have...
I use a variant of Firefox with privacy enhancements, I also have ad-blocker and privacy settings (and possibly I changed some settings in config about Canvas, I am not sure)....
Hi, The current comments syntax ending a ccomment either with a newline or a semicolon creates issues when the commented text already contains semicolons which is a very common character...
``` cpanm WWW::Mechanize::Chrome ``` gets stack on ``` Building and testing WWW-Mechanize-Chrome-0.72 ... ``` This is a bit more verbose and shows it gets stacked on ```t/49-pipe.t``` : ``` cpanm...
I can't spawn the browser with a different user data dir. Via the CLI I can do: ``` google-chrome --user-data-dir=xxxxx ``` (**EDIT**: dir is created automatically if it does not...
I was beaten by the presence of `undef` values in my template-variables for which `render()` did not warn but segfaulted with no message at all. Then I saw the use...