🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). This channel is logged for the purpose of keeping a history about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Log inspection is getting closer to beta. If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 25 August 2021.
ShaneC is there a way to get nicely formatted .raku output? 01:37
guifa ShaneC: you might try Data::Dump 01:45
raku.land/zef:tony-o/Data::Dump
Also raku.land/github:nkh/Data::Dump::Tree 01:46
(despite the similar names, they're two separate modules)
ShaneC thanks 01:53
frost m: say '' 04:55
camelia
frost m: log2(2**2048).say 09:11
camelia Inf
frost m: log2(2**65).say
camelia 65
frost m: log2(2**1023).say; log2(2**1024).say 09:13
camelia 1023.0000000000001
Inf
moon-child hmm yeah cuz it's getting numified first 09:15
frost yeah, this needs a module to provide math log 09:16
gfldex lolibloggedalittle: gfldex.wordpress.com/2022/03/03/se...ng-labels/ 10:54
Geth App-Rakubrew/master: 8 commits pushed by (Patrick Böker)++ 12:10
¦ App-Rakubrew: patrickbkr self-assigned MacOS build of jvm-2021.12 reports success, yet marked 'broken' and cannot switch to it github.com/Raku/App-Rakubrew/issues/47
tbrowder .tell tonyo i have a working systemd service file for an normal user running a cro app. 12:50
tellable6 tbrowder, I'll pass your message to tonyo
tbrowder An anonymized version is at github.com/tbrowder/config-scripts...pp.service 13:13
.tell tonyo ^^^ 13:14
tellable6 tbrowder, I'll pass your message to tonyo
tonyo tbrowder: do you have an apache config working? 15:32
tellable6 2022-03-03T12:50:26Z #raku <tbrowder> tonyo i have a working systemd service file for an normal user running a cro app.
2022-03-03T13:14:18Z #raku <tbrowder> tonyo ^^^
tbrowder tonyo: yes 16:20
tonyo oh, if you're all set then i may take a bit more time to finish the article (for the sake of completeness)
tbrowder great, lots of stuff in there i can use, esp. session management, template use, and oauth2--great job, thanks! 16:22
tonyo no problem, there may be some bugs..i was looking through last night and i think maybe CIAvash is right about the encode-percents need the `()`, the oauth stuff can be ported to any provider and probably should just be a module for Cro 16:24
guifa m: constant term:<⚡a> = 5; say ⚡a.WHAT 18:44
camelia (Int)