🦋 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.
00:00 reportable6 left 00:01 reportable6 joined 00:06 jpn joined 00:11 jpn left
su.shi is there a way to stream a file handle with a Channel rather than a supply? 00:27
i suppose i can funnel the Supply into a channel 00:30
00:31 ab5tract left
is there a way for me to manually discard data I'm no longer using from a handle? I'm streaming a very large file, but even when I'm done with part of it, raku keeps it in memory 00:38
oh duh, it's cause im printing stuff to console :) 00:41
00:51 jmcantrell left 01:20 defaultxr joined
defaultxr hi. is it just me or is the documentation for \ not working? i get a 404 when i try to access docs.raku.org/syntax/%5C 01:22
nemokosch are you sure that's a good URL? unfortunately, archive.org also has nothing for it 01:29
01:29 razetime joined
defaultxr it is the page that is linked when i enter \ into the docs.raku.org search bar and press enter 01:29
so i assume it is supposed to be the correct link
nemokosch I'd open an issue on the doc site 01:30
github.com/Raku/doc-website/issues 01:31
I found similar funny links to . in the search 01:32
defaultxr thanks, i wasn't sure if this was the right place to report. i'll open an issue there.
01:43 razetime left 01:44 razetime joined 01:48 jpn joined 01:50 razetime left, razetime joined 01:53 jpn left 01:58 jmcantrell joined 01:59 jmcantrell left 02:01 jmcantrell joined, rf left 02:07 razetime left 02:08 razetime joined 03:04 japhb left 03:06 japhb joined 03:08 rf joined 03:37 squashable6 left 03:39 razetime left, squashable6 joined 03:56 jmcantrell left 04:03 rf left 04:27 zostay_ joined, slu_ joined 04:28 gordonfish- joined 04:31 tejr_ joined 04:35 tejr left, bd3i left, gordonfish left, andinus left, ugexe left, corwin left, zostay left, slu left, tejr_ is now known as tejr, zostay_ is now known as zostay, gordonfish- is now known as gordonfish, slu_ is now known as slu 04:41 bd3i joined 04:43 corwin joined 04:44 ugexe joined 04:50 jmcantrell joined 04:52 andinus joined 04:54 jmcantrell left 04:59 razetime joined 05:15 razetime left 05:16 razetime joined 05:28 razetime left, razetime joined 05:45 razetime left, razetime joined 05:51 jpn joined, razetime left 05:52 razetime joined 05:56 jpn left 06:00 reportable6 left, razetime left 06:01 reportable6 joined 06:02 razetime joined 06:07 razetime left 06:10 nine left, nine joined 06:57 jpn joined 07:04 jpn left 07:13 Sgeo left 07:19 jpn joined 08:04 sena_kun joined 08:06 dakkar joined 08:18 tea3po joined 08:19 tea3po left, tea3po joined 08:21 tea3po left, teatwo left, tea3po joined 08:45 jpn left 09:08 jpn joined 09:14 jpn left 09:18 jpn joined 09:41 jpn left 10:15 TieUpYourCamel joined 10:28 abraxxa joined
jjatria Browsing the documentation I stumbled across 'will', which I didn't know. But I cannot find it in the docs. Can someone point me to where that is documented? 11:02
m: my $x will leave { say "left" } = "foo"; say $x
camelia foo
left
nemokosch how did you come across will in the documentation if it's not documented? 😄 11:04
jjatria lol 11:17
It was in one of the exmpales
docs.raku.org/type/IO/Handle#Examples 11:18
Ah, I found it. It's mentioned in docs.raku.org/language/phasers 11:20
nemokosch this is not easy to find... 11:21
jjatria > Some of these phasers also have corresponding traits that can be set on variables; they use will followed by the name of the phaser in lowercase. 11:22
The "some of the phasers" bit I guess could be more specific 11:23
11:28 linkable6 left, evalable6 left 11:29 wafflus joined 11:30 linkable6 joined, evalable6 joined
librasteve ^^ maybe we should request that both 'will' and the set of relevant lowercase phasers be added to the raku doc search index and pretty much all ppoint to the "Some of these phasers" section? 11:39
12:00 reportable6 left 12:02 reportable6 joined 12:03 jgaz left 12:13 jpn joined 12:17 vlad_ joined 12:18 jpn left 12:29 vlad_ left 12:30 jpn joined 12:34 amano joined
amano Why can I not close a supply tap in a whenever block? 12:35
When I do that, I get "Can only cancel an AsyncTask handle".
What is AsyncTask?
nemokosch I think you'll need a concentrated effort with people who actually know things like this... 12:37
12:37 melezhik joined
melezhik o/ 12:37
nemokosch you might even visit #moarvm
simply because the chances of finding somebody who is knowledgeable with this stuff is higher probably 12:38
melezhik if someone is willing to share some spare resources (VMs) / and / or  donate to sparrow ci , please let me know, I anticipate cutting my budget a bit, which might affect ci.sparrowhub.io hosting, but I would not like to shut the service down ,  🤔 12:39
amano Okay 12:40
melezhik right now this is 32 GB memory VM, which might be a bit smaller if we talk about running ci.sparrowhub.io only
12:41 jpn left 12:43 jpn joined
nemokosch amano: the "last resort" kind of thing is to ask on StackOverflow, even Jonathan Worthington shows up relatively often; possibly more often than on IRC 12:44
amano ok 12:45
12:49 jpn left 12:58 jpn joined 13:02 jpn left 13:04 MoC joined
amano stackoverflow.com/q/76969757/22441344 13:27
Why can I not migrate a supply in a whenever block of a unix socket?
13:30 amano left 13:35 jgaz joined 13:44 xinming left 13:45 melezhik left 13:46 xinming joined 13:58 japhb left 14:02 japhb joined 14:06 human-blip left, human-blip joined 14:08 wafflus left 14:45 ab5tract joined
librasteve I agree and use SO when I have a longer question- it is great for having a more Q&A oriented format than a chat room and we are making tracks to help others when they hit the same issue 15:19
github.com/Raku/doc/issues/4348 15:23
^^ I made a raku doc issue for the 'will' operator 15:24
15:32 vlad_ joined
[Coke] (sparrowhub) reach out to #raku-infra, maybe 15:38
librasteve, thanks.
15:43 melezhik joined 15:44 melezhik left 16:02 jpn joined 16:05 abraxxa left 16:07 jpn left, Manifest0 joined 16:29 razetime joined 16:30 charsbar left, charsbar joined 16:31 dakkar left 16:35 vlad_ left 16:36 elcaro left, elcaro joined 16:53 vlad_ joined 16:54 razetime left, razetime joined 16:56 jpn joined 17:00 razetime left 17:01 jpn left, razetime joined 17:03 MoC left 17:16 ab5tract left 17:21 razetime_ joined, razetime left 17:27 razetime_ left 17:30 razetime joined 17:42 razetime left 17:44 melezhik joined 17:50 melezhik left 18:00 reportable6 left 18:01 reportable6 joined 18:15 jpn joined 18:21 jpn left 18:30 defaultxr left, defaultxr joined 18:47 MoC joined 18:49 defaultxr left 18:50 vlad_ left
Xliff amano: stackoverflow.com/questions/769697...3#76972203 18:51
tellable6 Xliff, I'll pass your message to amano
18:52 vlad joined 18:56 lizmat_ joined 19:00 lizmat left, lizmat_ left, lizmat joined 19:19 defaultxr joined 19:32 jpn joined 19:48 MoC left, jpn left 19:58 avuserow left 20:17 teatwo joined 20:18 teatwo left, teatwo joined 20:21 tea3po left 20:26 jpn joined 20:28 vlad left 20:56 jpn left 21:56 tellable6 left, notable6 left, reportable6 left, releasable6 left, sourceable6 left, greppable6 left, shareable6 left, unicodable6 left, bisectable6 left, nativecallable6 left, bloatable6 left, statisfiable6 left, coverable6 left, squashable6 left, quotable6 left, benchable6 left, evalable6 left, committable6 left, linkable6 left 21:57 bloatable6 joined, bisectable6 joined, reportable6 joined 21:58 tellable6 joined, shareable6 joined, evalable6 joined, releasable6 joined, unicodable6 joined, squashable6 joined, greppable6 joined 21:59 notable6 joined, quotable6 joined, committable6 joined, coverable6 joined, nativecallable6 joined, benchable6 joined, linkable6 joined, statisfiable6 joined, sourceable6 joined 22:11 sena_kun left 22:38 jpn joined 22:43 jpn left 22:47 deoac joined 23:10 deoac left 23:27 Sgeo joined
Geth docker/2023.08: 7c4b717825 | (Daniel Mita)++ | 5 files
Bump to 2023.08
23:37
docker: m-dango++ created pull request #56:
Bump to 2023.08
23:52 Manifest0 left