🦋 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.
librasteve patrick: i also was not aware of rakudoContainerFileBuilder 00:57
when working with jupyter and python/rust data science libraries (raku Dan::Pandas and Dan::Polars) i ended up making github.com/librasteve/raku-Dockerfiles 01:00
not able to seriously compare but, off the top of my head, iirc I needed ubuntu (not alpine) due to certain Python Jupyter Pandas dependencies (and had to build raku on top of a standard python release) so may be tricky to combine them 01:02
anyone is welcome to reuse these docker images and happy to take PRs
japhb librasteve: What's the "time" column in the table in the raku-Dockerfiles README measuring? 01:22
Also, do you specifically need Ubuntu, or can you use Debian itself? 01:24
I feel like we may have a situation where everyone saw a need and all independently went and solved it ... I wonder how many other Rakudo container definition repos exist out there right now .... 01:28
El_Che rakudo-pkg v2024.02 releases 11:15
tellable6 2024-02-29T23:43:50Z #raku-dev <jdv> El_Che the 2024.02 release is done
El_Che d
tbrowder__ howdy, i remember there is a trait or something that can cache results of a sub with repeated calls on the same values.... ah: "use experimental :cached" 12:05
antononcube @librasteve I used "PDF::Extract" last night -- I did not know about poppler. 12:17
BTW, it was over a large PDF with the opinion of Supreme Court of the US. 12:21
sjn Does raku have any methods that can resolve what letter 🇹 is? (I'd expect a "T") 21:17
japhb sjn: It's just the last word of the name: 1F1F9 🇹 1 6.0 So Common REGIONAL INDICATOR SYMBOL LETTER T 21:21
(All 26 of them follow that naming convention)
sjn so use .uniname and then look for /LETTER \w/ 21:24
thanks
[Coke] (if you prefer a command line, `zef install App::Uni; uni 🇹`) 21:46
sjn love uni's bunny meme :) 21:58
antononcube @sjn > openai-playground make love bunny meme in unicode 🐰💕❤️🐰 (つ✿◕‿◕✿)つ*:・゚✧ Love Bunny ✧゚・: *✧ (∩♥‿♥)⊃━☆゚.* Love Bunny *゚☆ (˘⌣˘)ε˘`) Love Bunny ε˘`) 22:16
👆 Using "WWW::OpenAI" above. 22:17
japhb [Coke]: Ah yes, I totally forgot to merge my work into App::Uni. Hmmm, probably worth taking a look to see how hard that would be .... 22:30