🦋 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.
00:00 reportable6 left 00:01 reportable6 joined 00:13 m6502 left 00:15 vrurg left, vrurg joined 00:27 lichtkind_ left 00:31 derpydoo joined 00:33 thowe left, thowe joined 01:33 sourceable6 left, coverable6 left, nativecallable6 left, quotable6 left, linkable6 left, statisfiable6 left, evalable6 left, tellable6 left, bisectable6 left, committable6 left, squashable6 left, greppable6 left, reportable6 left, bloatable6 left, shareable6 left, benchable6 left, notable6 left, unicodable6 left, releasable6 left 01:34 coverable6 joined, reportable6 joined, greppable6 joined, squashable6 joined, benchable6 joined, bloatable6 joined, nativecallable6 joined 01:35 evalable6 joined, linkable6 joined, committable6 joined, sourceable6 joined, unicodable6 joined, statisfiable6 joined 01:36 notable6 joined, shareable6 joined, quotable6 joined, bisectable6 joined, releasable6 joined 01:37 tellable6 joined 02:03 sjn joined 02:21 teatwo left 02:22 teatwo joined 02:25 tea3po joined 02:27 tea3po left, tea3po joined 02:28 teatwo left 02:31 hexology left, Sevalecan left, gugod left, clarkema left, patrickb left, atweedie left, heartburn left, ecocode left, eof left, atweedie joined 02:32 summerisle joined, clarkema joined, ecocode joined 02:33 hexology joined, patrickb joined, gugod joined, Sevalecan joined 02:36 heartburn joined 03:11 MasterDuke left 04:11 reportable6 left, bloatable6 left, unicodable6 left, committable6 left, greppable6 left, shareable6 left, evalable6 left, statisfiable6 left, squashable6 left, tellable6 left, sourceable6 left, linkable6 left, releasable6 left, bisectable6 left, notable6 left, nativecallable6 left, coverable6 left, benchable6 left, quotable6 left 04:12 quotable6 joined, notable6 joined, statisfiable6 joined, shareable6 joined, evalable6 joined 04:13 greppable6 joined, committable6 joined, coverable6 joined, reportable6 joined, tellable6 joined, unicodable6 joined, linkable6 joined, squashable6 joined 04:14 benchable6 joined, bisectable6 joined, nativecallable6 joined, sourceable6 joined, releasable6 joined, bloatable6 joined 04:18 Xliff joined
Xliff \o 04:18
I have a repl.it I'm trying to create that will allow me to parse a word between matching braces.
Code is here: replit.com/@Xliff/MatchingUnicodeB...#main.raku
Can someone tell me why I can't get %bracers.keys to match the first ❰?
Ah,,, I managed it... 04:42
Same URL.
Here's the quick solution:
04:42 euandreh1 joined 04:43 euandreh left, euandreh1 is now known as euandreh
Xliff my token braced { $0<lhs>=@lhs {} :my $c=%bracers{ $/<lhs> }; <text>=.+? $<rhs>=$c } 04:43
Hrm...
my token braced { $<lhs>=@lhs {} :my $c=%bracers{ $/<lhs> }; $<text>=.+? $<rhs>=$c } 04:44
'%bracers' is a hash containing left hand character as key and right hand character as value.
Night!
05:26 ProperN[out] joined, ProperNoun left 05:53 silug left 06:00 reportable6 left, reportable6 joined 06:05 silug joined 06:29 abraxxa joined 07:18 lichtkind_ joined 07:31 jpn joined 07:34 Sgeo left 07:35 jpn left 07:39 sena_kun joined 07:56 dakkar joined 08:56 statisfiable6 left, nativecallable6 left, sourceable6 left, quotable6 left, coverable6 left, benchable6 left, committable6 left, bisectable6 left, evalable6 left, notable6 left, bloatable6 left, unicodable6 left, tellable6 left, releasable6 left, greppable6 left, linkable6 left, squashable6 left, shareable6 left, reportable6 left, reportable6 joined 08:57 quotable6 joined, bisectable6 joined, evalable6 joined, benchable6 joined, committable6 joined, coverable6 joined, ab5tract joined, notable6 joined, releasable6 joined, statisfiable6 joined, shareable6 joined 08:58 greppable6 joined, bloatable6 joined, nativecallable6 joined, sourceable6 joined, linkable6 joined, tellable6 joined 08:59 unicodable6 joined, squashable6 joined 09:39 jpn joined 09:51 ab5tract left 10:13 jpn left 10:22 ab5tract joined 10:33 peder left 10:39 peder joined 10:45 derpydoo left 10:58 ab5tract left 11:02 jpn joined 11:06 jpn left 11:41 jpn joined 11:44 human-blip joined 11:46 jpn left 11:57 euandreh left 12:00 jpn joined, reportable6 left 12:02 reportable6 joined, euandreh joined 12:05 euandreh left 12:15 TieUpYourCamel left 12:18 mark22k joined
mark22k Hi, I would like to use the image of Camilla in a mod in UnCiv. Can I just do it like I do with an image under CC NC BY license? 12:19
I would like to use the original and not have to look for another butterfly under a suitable license. Who is the author of Camilla? 12:20
[Coke] github.com/Raku/mu/blob/master/misc/camelia.txt 12:24
That may be of help.
mark22k I am not familiar with the Artistic License 2.0. Hence my question. 12:25
irc.mk16.de/uploads/64dcdff35a247e...-30-14.png irc.mk16.de/uploads/189175a9d145c6...-30-39.png Something like that. 12:28
12:29 jgaz left, jgaz joined
[Coke] the text file I linked to mentions the license, but also mentions permission is granted. artistic is about making sure that you don't claim something as your own. Based on my non lawyer reading, you should be OK to use camelia on your app/project/page if it clearly is associated with Raku (originally called Perl 6, which is why the text in that older document uses it) 12:54
(if you modify something under artistic, you can't distribute the new version under the old name, e.g.) 12:55
for $dayjob, I throw any questions like this to legal. 12:56
(not everyone has that luxury)
12:57 abraxxa left 13:04 abraxxa joined 13:05 merp joined
[Coke] (docker) Ok, I have that option available in docker app now, restarted, wonder if I have to add any flags to the docker commands in raku-land for this to work 13:05
13:18 euandreh joined 13:21 euandreh left
lizmat clickbaits rakudoweekly.blog/2023/06/12/2023-23-4-at-48/ 13:22
13:22 euandreh joined 13:27 merp left, jgaz left
[Coke] I think I'm ingesting everything with raku-land; some indication of overall progress would be great. Website generating 5xx errors, not sure if it's supposed to work while ingestion is happening. 13:28
In terms of ecosystem, is raku-land the preferred site at this point, the one we recommend? 13:29
I saw a bug there I thought I could fix if I could run it locally, and am now stuck in this rabbit hole. :)
13:32 jgaz joined 13:50 jpn left 13:52 jpn joined 14:22 teatwo joined 14:26 tea3po left 14:41 teatwo left 14:42 teatwo joined 14:43 teatwo left, teatwo joined
mark22k [Coke] Thanks for the answer! 14:49
14:58 teatwo left, teatwo joined
[Coke] raku-land has a docker compose instruction that uses "lorea" - anyone know what this is? 15:06
dakkar befonts.com/lorea-font.html ? 15:07
clearly not…
[Coke] unlikely, it looks like a command to be run: 15:08
gitlab.com/raku-land/raku-land/-/b...yml#L23-34
dakkar raku.land/zef:jjatria/App::Lorea
[Coke] thank you! 15:09
15:11 Sgeo joined 15:12 teatwo left, teatwo joined
[Coke] lorea depends on "Text::ShellWords:auth<github:softmoth>" - that's in the eco as cpan:SOFTMOTH, but I have it installed as github:softmoth. why this disconnect? 15:37
dakkar maybe it's been "moved" since you installed it? 15:38
technically, they're different modules/distributions, since they're from different authors (even if they probably are the same person)
[Coke] bad metafile in shell words?
i *just* installed 15:39
dakkar that's also possible, but I'm not familiar enough with fez/ecosystem to have a useful opinion
15:53 jpn left
[Coke] if I try to change raku-land's dep on App::Lorea to get a newer version, it has an incorrect dep on text::Shellwords that cannot be resolved. 15:53
15:54 bdju left 15:56 bdju joined
tonyo [Coke]: i use podman on m2 extensively 16:00
docker gave me some trouble 16:01
[Coke] tonyo: I can't tell if I'm having docker issues or raku-land issues at this point. I opened a ticket on the shellwords in raku-land, because it works fine from the command line, just not from the docker setup 16:04
(and it's only this module causing trouble)
Now I'm committed to fixing the bug I saw in the queue if I can get this running locally. :)
happily, raku-land complains about it: raku.land/cpan:SOFTMOTH/Text::ShellWords 16:07
dakkar I feel fez should refuse such uploads… but this is not in fez ☹ 16:08
[Coke] opens github.com/softmoth/raku-Text-Shel...s/issues/1
dakkar [Coke]++ # shaving yaks and reporting bugs 16:10
[Coke] .seen softmoth 16:11
tellable6 [Coke], I saw softmoth 2021-05-04T17:59:00Z in #raku: <softmoth> It's probably too cute but something like DateTime::Ex::Gregorian
[Coke] dakkar: I really just wanted to fix a bug!
dakkar I know that feeling
[Coke] I blame tbrowder who mentioned about gitlab this week, so I went to raku-land's repo... 16:12
16:42 dakkar left 17:10 codesections joined 17:28 abraxxa left 17:39 notna joined
tonyo what was the gripe with RL? 17:46
err gitlab
all of my repos were there but moved to GH early on because the early-ish META6 list didn't work well with it 17:47
[Coke] difficult to work with, IIRC. (wondering if raku-land could move to github) 17:59
18:00 reportable6 left 18:01 reportable6 joined, teatime joined 18:03 tea3po joined 18:04 teatwo left 18:06 teatime left 19:06 nativecallable6 left, squashable6 left, bisectable6 left, linkable6 left, sourceable6 left, quotable6 left, unicodable6 left, committable6 left, evalable6 left, releasable6 left, bloatable6 left, shareable6 left, greppable6 left, benchable6 left, reportable6 left, tellable6 left, coverable6 left, notable6 left, statisfiable6 left, nativecallable6 joined, quotable6 joined, statisfiable6 joined, shareable6 joined 19:07 greppable6 joined, unicodable6 joined, notable6 joined, bisectable6 joined, evalable6 joined, committable6 joined, linkable6 joined 19:08 sourceable6 joined, tellable6 joined, benchable6 joined, releasable6 joined, reportable6 joined, bloatable6 joined, coverable6 joined 19:09 squashable6 joined 19:32 TieUpYourCamel joined
Tirifto In a fairly rare occurrence, I got a mysterious error from Rakudo: “Type check failed in assignment to $!name; expected <anon> but got Str” 19:44
tonyo tbrowder_: suggested that to them too 19:45
Tirifto I do have a class with the $.name attribute, and I am trying to pass a Str to the constructor, but I can’t think of a reason why <anon> might be expected. The attribute is not type-constrained, and the error persists even when it is type-constrained to Str. `o` 19:47
tonyo Tirifto: can you make a gist? 19:48
Tirifto Oh, nevermind! Just noticed what the problem was. 19:53
I did actually constrain the $.name attribute with “where { 1 ≤ .chars ≤ 16 }”, and the name I was trying to pass was indeed over 16 characters long. I guess that does make an anonymous constraint. x) 19:54
tbrowder_ [Coke]: what would DateTime::Ex::Gregorian do? 19:58
20:11 El_Che left 20:19 jpn joined 20:20 euandreh left 20:23 euandreh joined 20:31 lizmat_ joined 20:32 Geth__ joined 20:33 RakuIRCLogger left, Geth__ left, Geth__ joined 20:34 lizmat left, Geth left 20:37 Geth__ left, Geth joined 20:42 Geth left, Geth joined 20:43 lizmat_ left, lizmat joined 20:44 jpn left 21:30 notna left 21:47 sena_kun left 22:47 quotable6 left, nativecallable6 left, statisfiable6 left, linkable6 left, benchable6 left, evalable6 left, notable6 left, tellable6 left, reportable6 left, committable6 left, coverable6 left, squashable6 left, shareable6 left, bloatable6 left, greppable6 left, bisectable6 left, unicodable6 left, releasable6 left, sourceable6 left, benchable6 joined, notable6 joined 22:48 squashable6 joined, quotable6 joined, tellable6 joined, evalable6 joined, greppable6 joined, coverable6 joined, sourceable6 joined, nativecallable6 joined, unicodable6 joined, shareable6 joined, linkable6 joined 22:49 bisectable6 joined, committable6 joined, reportable6 joined 22:50 statisfiable6 joined, bloatable6 joined, releasable6 joined 23:03 jpn joined 23:08 jpn left 23:16 lichtkind__ joined 23:18 lichtkind_ left 23:24 ProperN[out] left