raydiak

Results 4 comments of raydiak

#raku log from Apr 24, 2021: 16:46:19 raydiak | m: use MONKEY-SEE-NO-EVAL; my @a; @a[1] = 1; say @a.raku; say @a[0]:exists; my @b := EVAL @a.raku; say @b.raku; say @b[0]:exists;...

Just came across https://docs.rakulang.site/type/Array#method_List which implies that Nil would be the value to use. I'm not sure if I like that, as Nil can be used to mean other things,...

I am also encountering this problem on Kubuntu 20.04, where libssl.so is a symlink to libssl.so.1.1

I've switched OSes since I last tried this, but I can confirm that this module now installs successfully without errors on Manjaro which currently provides OpenSSL 1.1.1k