🦋 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 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 8 June 2022.
[Coke] weekly: next doc meeting probably noon eastern jul 9th saturday 02:30
notable6 [Coke], Noted! (weekly)
jjatria Voldenet: oooh, bug report! Nice. Thanks! 08:14
I think that's down to me not using `$lock.protect` but that's easily fixed 08:15
As for `AT-KEY` and friends, I thought about it, but what would the key be? The request URL? I'm guessing you mean at the jar level (rather than the cookie level) 08:18
Xliff lizmat: Are you going to hold off on the Weekly for this week? 11:28
Xliff just hit 740,000 lines in time for 7/4 11:29
lizmat Xliff: am actually close to publishing, probably within the nexr hour 11:32
*next
Xliff: ping 12:05
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2022/07/04/2022-...re-videos/ 12:32
frost lizmat++ 12:51
tellable6 2022-06-20T17:24:26Z #raku <lizmat> frost: thanks for the headsup, fixed
frost ++ again
lizmat afk for a few hours& 12:53
Xliff lizmat+ 13:10
lizmat++, even
uzl[m] I am reading today's Rakudo Weekly and looking at the list of presenters, codesections was excited to be back in-person 🤣 13:38
A lot interesting titles so quite the video backlog to go through!
I am planning to watch some of the Raku videos... Would the person running the Youtube channel be interested in timestamps for the videos? 13:39
Also will the videos make it to The Raku Conference (www.youtube.com/channel/UCnKoF-Tkn...U3Bc_jUA)? 13:40
CIAvash: I'm failing to build rakudo-bin from AUR. It says "ERROR: One or more PGP signatures could not be verified!". Any idea about this? 13:46
Voldenet jjatria: I meant AT-KEY to access SameSite for cookie as string, it wouldy much allow handling any future changes and additions to cookies 14:47
s/wouldy/would/
s/much//
jjatria Voldenet: that should be fairly easy to add, it would basically be an alias for `$cookie.get('samesite')` 15:34
Voldenet there's one inconsistency though: .get('HttpOnly') will not work, but .get('SameSite') will 15:38
jjatria If `.get('HttpOnly')` doesn't work then that's a bug; it _should_ be working 15:39
Voldenet > return .(self) with self.^can($key).first; 15:40
jjatria Ah, that should be canonicalised to lc 15:41
Voldenet++ spotting bugs left and right 🎉 15:43
CIAvash uzl: It's mentioned in the comments, you need to import the key via `gpg --keyserver hkps://keys.openpgp.org --receive-keys DB2BA39D1ED967B584D65D71C09FF113BB6410D0` 15:48
uzl[m] CIAvash: Thanks 🙏! I should have looked in there first haha 18:18
CIAvash no problem 18:19