🦋 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.
00:07 reportable6 left 00:08 reportable6 joined 00:11 aoeu joined 00:35 KvL left 00:36 KvL joined 01:01 simcop2387 left 01:02 perlbot left 01:39 aoeu left 02:39 coverable6 left, shareable6 left, committable6 left, releasable6 left, linkable6 left, evalable6 left, sourceable6 left, quotable6 left, benchable6 left, bloatable6 left, nativecallable6 left, unicodable6 left, reportable6 left, statisfiable6 left, tellable6 left, notable6 left, greppable6 left, bisectable6 left, greppable6 joined, quotable6 joined 02:40 bisectable6 joined, nativecallable6 joined, statisfiable6 joined, shareable6 joined, unicodable6 joined, bloatable6 joined, coverable6 joined, evalable6 joined, notable6 joined, tellable6 joined 02:41 sourceable6 joined, reportable6 joined, linkable6 joined, releasable6 joined 02:42 benchable6 joined, committable6 joined 02:52 simcop2387 joined 02:53 perlbot joined 03:53 linkable6 left, evalable6 left 03:54 evalable6 joined, linkable6 joined 04:54 nativecallable6 left, releasable6 left, tellable6 left, quotable6 left, notable6 left, coverable6 left, linkable6 left, greppable6 left, evalable6 left, reportable6 left, shareable6 left, bloatable6 left, benchable6 left, bisectable6 left, unicodable6 left, sourceable6 left, committable6 left, statisfiable6 left, quotable6 joined 04:55 shareable6 joined, coverable6 joined, committable6 joined, bisectable6 joined 04:56 linkable6 joined, evalable6 joined, bloatable6 joined, benchable6 joined, notable6 joined, greppable6 joined, nativecallable6 joined 04:57 unicodable6 joined, sourceable6 joined, reportable6 joined, statisfiable6 joined, releasable6 joined, tellable6 joined 05:20 frost joined 05:52 Sgeo joined 06:07 reportable6 left, reportable6 joined 06:37 clarjon1 joined 07:37 quotable6 left, bloatable6 left, releasable6 left, benchable6 left, sourceable6 left, statisfiable6 left, shareable6 left, tellable6 left, reportable6 left, unicodable6 left, coverable6 left, committable6 left, bisectable6 left, greppable6 left, nativecallable6 left, notable6 left, linkable6 left, evalable6 left, benchable6 joined, quotable6 joined 07:38 linkable6 joined, shareable6 joined, unicodable6 joined, committable6 joined, greppable6 joined, nativecallable6 joined, coverable6 joined 07:39 bisectable6 joined, evalable6 joined, reportable6 joined, tellable6 joined, releasable6 joined, sourceable6 joined, bloatable6 joined, notable6 joined 07:40 statisfiable6 joined 08:04 swaggboi left 08:05 swaggboi joined 08:22 Sgeo left 08:37 sena_kun joined 09:21 abraxxa-home joined 10:21 benchable6 left, linkable6 left, tellable6 left, nativecallable6 left, committable6 left, bisectable6 left, shareable6 left, evalable6 left, releasable6 left, greppable6 left, statisfiable6 left, sourceable6 left, unicodable6 left, notable6 left, reportable6 left, bloatable6 left, quotable6 left, coverable6 left 10:22 benchable6 joined, unicodable6 joined, sourceable6 joined, reportable6 joined, greppable6 joined 10:23 linkable6 joined, evalable6 joined, committable6 joined, tellable6 joined, bloatable6 joined, statisfiable6 joined, notable6 joined 10:24 bisectable6 joined, shareable6 joined, releasable6 joined, nativecallable6 joined, quotable6 joined, coverable6 joined 10:52 swaggboi left, swaggboi joined 11:24 swaggboi left 11:25 swaggboi joined 11:42 swaggboi left 11:43 swaggboi joined 11:53 perlbot left, simcop2387 left 11:55 simcop2387 joined 11:56 perlbot joined 12:06 reportable6 left 12:08 reportable6 joined 12:20 frost left 13:09 abraxxa-home left 14:09 linkable6 left, evalable6 left 14:10 evalable6 joined 14:12 linkable6 joined 14:37 n1to joined 15:58 [Coke] left 16:06 [Coke] joined 16:09 sena_kun left 16:15 rtypo_bot joined, rtypo_bot left 16:16 sena_kun joined
jjatria I've been thinking about HTTP cookies lately: gitlab.com/jjatria/cookie-jar 16:20
Specifically, about something I could use with HTTP::Tiny to manage cookies 16:21
Still not released, but close. Any comments or thoughts about it are welcome~ 🍿 16:22
16:27 Sgeo joined, swaggboi left 16:28 swaggboi joined 17:25 cognominal joined 17:26 cognominal left 17:32 swaggboi left, swaggboi joined 18:06 reportable6 left 18:07 reportable6 joined
Voldenet jjatria: what about SameSite support? 18:08
18:15 Kaiepi joined 18:54 n1to left 19:16 swaggboi left 19:17 swaggboi joined 19:32 Xliff joined 19:35 swaggboi left, swaggboi joined
jjatria Voldenet: I thought about it, but that's not in RFC6265. It is on the draft that is likely to be approved, but it was hard to decide what to support from there and what not to 19:54
So for this first release I'm targetting RFC6265 as it is, and working on the side on the support for the drafted features. Maybe with a `:draft` flag on construction? Not sure yet 19:55
Voldenet the problem is that SameSite is _in use right now_ 20:18
though it mostly makes sense for http servers, I'm not sure if http clients would find this useful anyhow 20:23
20:29 swaggboi left 20:30 swaggboi joined
jjatria Yeah, it's in use right now, but in draft form, so it can change. In fact, it has already changed at least once. That's why I'm thinking I could add support for some of those experimental features that users can opt in to with a flag or something like it 20:43
20:45 sena_kun left 20:47 wcs joined, sena_kun joined 20:52 swaggboi left 20:53 swaggboi joined
Voldenet hm, maybe just add AT-KEY and so on 20:57
jjatria: also, bug `use Cookie::Jar; with Cookie::Jar.new() { .add("test.com", "hello=world; path=/; secure; HttpOnly; SameSite=None"); say .get("what") }` 21:00
would also be nice to handle the use case: "get the cookie for domain", something like `.get('test.com', 'session_id')` 21:20
21:48 swaggboi left 21:57 [Coke] left 21:59 [Coke] joined 22:01 swaggboi joined 22:15 Guest99 joined 22:17 [Coke]_ joined 22:19 [Coke] left, Guest99 left 22:40 swaggboi left 22:41 swaggboi joined 22:43 Util left 23:08 swaggboi left 23:09 swaggboi joined
Voldenet m: <🥚 🐔>.sort.say 23:18
camelia (🐔 🥚)
Voldenet I see.