00:35 guifa joined 01:23 arkiuat left
tbrowder hm, that's weird. anyhoo, i said has anyone thought about using ai to try to fix the sql query to fix the duplicate name problem on the stat blocks on Raku.land 01:24
01:30 arkiuat joined 01:36 hulk joined 01:37 kylese left
[Coke] or we could just fix the sql. 02:11
02:15 hulk left 02:16 kylese joined 03:39 Guest52 joined 03:40 Guest52 left 04:51 Aedil joined 05:39 guifa left 07:07 abraxxa joined 07:46 hulk joined 07:48 kylese left 07:50 dakkar joined 08:00 wayland76 joined 08:03 arkiuat left 08:04 librasteve_ joined 08:33 arkiuat joined 08:37 arkiuat left 08:51 arkiuat joined 09:04 arkiuat left 09:16 arkiuat joined 09:21 arkiuat left 09:32 melezhik joined 09:33 lichtkind joined 09:34 arkiuat joined 09:42 arkiuat left 09:44 hulk left, kylese joined 09:51 Sgeo left 10:00 Aedil left 10:01 arkiuat joined 10:08 arkiuat left 10:19 Aedil joined 10:21 arkiuat joined 10:26 arkiuat left
tbrowder fer sure. anyone willing to fix it for a price? or donation? name it 10:30
10:32 apac joined 10:45 arkiuat joined 10:48 oodani left, oodani joined 11:00 arkiuat left 11:05 itaipu left 11:15 arkiuat joined 11:19 arkiuat left 11:22 itaipu joined 11:29 guifa joined 11:38 arkiuat joined 11:43 arkiuat left
Voldenet if you mean these gitlab.com/raku-land/raku-land/-/b...akumod#L38 11:50
then maybe adding `select distinct on (name)` would reduce problems 11:51
and probably ordering by slug, because it's not unique (so it's deterministic) 11:52
erm, because it's unique, I mean 11:53
12:02 arkiuat joined 12:06 arkiuat left 12:20 arkiuat joined 12:25 arkiuat left 12:31 guifa left 12:38 arkiuat joined 12:42 arkiuat left
disbot8 <antononcube> @tbrowder Would the price be different if AI is used? 12:58
13:00 itaipu left 13:01 guifa joined 13:03 arkiuat joined 13:08 arkiuat left 13:19 itaipu joined 13:22 wayland joined 13:23 wayland76 left 13:37 arkiuat joined 13:42 arkiuat left 14:06 arkiuat joined 14:11 arkiuat left 14:35 guifa left 14:36 jdv left, jdv joined 14:38 arkiuat joined, LainIwakura joined
melezhik @lizmat: I am curios what’s the purpose of all theses Version::* modules ? 14:46
lizmat melezhik: it's all part of work on the raku.land/zef:lizmat/VERS module 14:48
14:52 apac left, LainIwakura left
melezhik Well I get that , what’s overall purpose ? ( of VERS module ) in practical sense ? 14:53
lizmat dev.to/lizmat/series/32933 15:10
15:12 Aedil left 15:19 apac joined 15:27 LainIwakura joined
melezhik Ok, thanks will take a read 15:32
Sparrowdo now supports env files to ease sensitive data passing to remote host - github.com/Raku/infra/issues/74#is...3242745377 15:33
15:35 LainIwakura left
melezhik Correct link - gist.github.com/melezhik/29d8309e1...nt-5743053 15:40
15:41 LainIwakura joined 15:42 Aedil joined 15:55 apac left
melezhik weekly: programming.dev/post/36699661 16:03
notable6 melezhik, Noted! (weekly)
16:07 LainIwakura left 16:08 apac joined 16:14 apac left 16:18 LainIwakura joined 16:28 LainIwakura left 16:36 dakkar left 16:45 LainIwakura joined 16:47 LainIwakura left 17:37 LainIwakura joined
librasteve_ notable6: weekly 18:09
notable6 librasteve_, 1 note: 2025-09-01T16:03:49Z <melezhik>: programming.dev/post/36699661
18:11 guifa joined 18:17 vasko4 left, vasko4 joined
librasteve_ rakudoweekly.blog/2025/09/01/2025-...tive-data/ 18:26
18:28 vasko4 left 18:34 vasko4 joined 18:41 abraxxa left
El_Che linux packages released 18:47
disbot8 <antononcube> Yeah, in Labor Day. 18:48
18:49 Sgeo joined 19:19 greenfork_ joined, crnlskn joined, librasteve__ joined, leedo_ joined 19:20 erry_ joined, perryprog_ joined, leedo left, librasteve_ left, gugod left, camelia left, erry left 19:21 SEric left, bdju left, greenfork left, swaggboi left, thaewrapt left, facetious left, El_Che left, Altreus left, perryprog left, librasteve__ is now known as librasteve_, greenfork_ is now known as greenfork, erry_ is now known as erry, GreaseMonkey left, Altreus joined, thaewrapt joined, thaewrapt left, thaewrapt joined, greaser|q joined 19:22 camelia joined, apac joined, SEric joined, facetious joined, swaggboi joined, El_Che joined 19:23 bdju joined 19:26 gugod joined 19:32 perryprog_ is now known as perryprog 19:33 vasko4 is now known as vasko 19:35 Aedil left 19:59 arkiuat left 20:28 arkiuat joined
elcaro librasteve_: the 2nd and 3rd links under "Core Developments" point to the same commit 21:39
21:42 melezhik left
arkiuat librasteve, yeah, we want to know about this "Make the REPL show lists of Matches better" development, but it's linked to commit 49354d0 instead 22:05
tbrowder antononcube: no as long as it works 22:06
disbot8 <jubilatious1_98524> m: my @jobs = ('a,b,c,d','e,f,g,h').map: *.split(","); for @$header,@jobs -> $k,$v { say $k[] Z=> $_[] for @$v }; 22:33
<Raku eval> Exit code: 1 ===SORRY!=== Error while compiling /home/glot/main.raku Variable '$header' is not declared. Perhaps you forgot a 'sub' if this was intended to be part of a signature? at /home/glot/main.raku:1 ------> c,d','e,f,g,h').map: *.split(","); for @⏏$header,@jobs -> $k,$v { say $k[] Z=> $_
<jubilatious1_98524> m: my @jobs = ('a,b,c,d','e,f,g,h').map: *.split(","); my $header := <title submit process priority> ; for @$header,@jobs -> $k,$v { say $k[] Z=> $_[] for @$v }; 22:34
<Raku eval> (title => a submit => b process => c priority => d) (title => e submit => f process => g priority => h)
22:48 crnlskn left 22:53 crnlskn joined 23:02 wayland left 23:39 lichtkind left 23:43 LainIwakura left