🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
kathe do anyone of you know is mr. wall is well? 04:17
apologies about the weird english, i have not yet finished my first coffee. 04:18
i read a tweet mentioning mr. wall being unwell.
but that tweet was buried amongst new tweets and i'm unable to locate it. 04:19
i really hate the way twitter handles tweet, espeically those which are promoted.
again, apologies about my weird english. 04:20
okay, i gotta go now. 04:26
raiph m: (Numeric,).are 09:07
camelia ( no output )
raiph m: say [Numeric, 42].are 09:08
camelia No such method 'mro' for invocant of type
'Perl6::Metamodel::ParametricRoleGroupHOW'
in block <unit> at <tmp> line 1
raiph m: say $*RAKU.compiler.version 09:12
camelia v2024.04.85.g.46.a.8.f.3247
lizmat interesting :-)
antononcube Is there are an app that manages the "Changes" files in packages that is not "App::Mi6" ? 09:27
This is most likely an ignorant question -- I like the idea of maintaining a "Changes" file but "App::Mi6" does too many other things... 09:28
lizmat some of the other things of App::Mi6 can be switched off in the dist.ini file 09:29
antononcube Ok -- thanks! 09:31
(I was hoping "App::Rak" can manage "Changes" files...)
lizmat hehe... it has trouble enough managing its own Changes file :-) 09:32
antononcube Right -- that could be a jump-starting motivation! 09:33
lizmat github.com/rakudo/rakudo/commit/e227a4f29c # raiph++ 09:39
Manifest0 lizmat, hi. App::Rak is requiring rak with version 0.0.54, however zef is only able to find the version 0.0.53 10:11
lizmat that's from the repo, right? not from zef ?
Manifest0 from zef. 10:12
===> Updating: App::Rak:ver<0.2.25>:auth<zef:lizmat>
===> Searching for missing dependencies: rak:ver<0.0.54>:auth<zef:lizmat>
===> Failed to find dependencies: rak:ver<0.0.54>:auth<zef:lizmat>
Failed to resolve some missing dependencies (use e.g. --exclude="rak" to skip)
!!!> Failed upgrading *all* modules
lizmat that's... weird
Manifest0 output from: zef update; zef upgrade 10:13
lizmat well, rak 0.0.54 is now in zef 10:14
Manifest0 now i'm having another error: paste.opensuse.org/pastes/94f2f86a1b10 10:19
uninstalling App::Rak and install it again, solved the issue 10:26
tbrowder antononcube: re App::Mi6, what is "too much" about it? also, have you looked at Mi6::Helper? I am starting to add a "lint" mode to check for synch between META6.json's "resources" list and a distro's "resources" directory. 10:42
lizmat Manifest0: 0.2.25 of App::Rak and 0.55 of rak are now officially released 0.54 contained a new bug showing up on the release of App::Rak :-( 10:49
Manifest0 lizmat, updated! Thanks! 10:58
tbrowder note the lint mode in mi6-helper can be used in any distro repo, even one NOT using App::Mi6 management (which is highly recommended), right lizmat? 14:49
lizmat indeed 15:49
at least by me :-)
Xliff Can anyone reach this site? testmoodle.mcucc-ta.org 17:16
antononcube @Xliff I get: > Your theme license is only valid for Moodle 4.1! You need to purchase the correct license to continue using this theme. > For your license upgrade options please contact us. 17:20
[Coke] also "not secure" 17:25
Xliff OK, thanks for verifying it can be seen. 17:31
I'm trying to get a certificate from certbot and it's saying it's got a firewall issue.
[Coke] you have something like azure front door in front of it? 17:36
(something that might act different depending on who is asking) 17:37
Xliff [Coke]: No. It's just a mess of a setup that I've inherited 17:59
Moodles are tempermental.
librasteve Xliff: maybe this can help (its a raku script that set's up certbox for a Wordpress site, but same steps I guess) github.com/librasteve/raku-CLI-Wor...akumod#L77 18:02
Xliff librasteve++ 18:16
Do you have one for Moodle? :)
librasteve Xliff: sorry, no …. 20:32
tbrowder librasteve: do you have any public examples of using that WP module? 21:03