01:51 hulk joined 01:52 kylese left 02:15 hulk left 02:16 kylese joined 02:26 Aedil joined 03:15 Aedil left 03:20 Aedil joined 04:42 emmelaich joined 04:43 emmelaich left 05:27 derpydoo joined 05:47 Aedil left 08:31 Sgeo left 08:56 xinming_ left 08:58 xinming_ joined 09:40 abraxxa-home joined 10:03 derpydoo left 10:16 sena_kun joined 10:48 Aedil joined 11:50 Geth__ left, Geth joined
tbrowder WOW, macos workflows testing works with lizmat's MacOS::NativeLib! all i did was in the main lib/$rakumod add the following line at the top: <use MacOS::NativeLib "*";>. then all just worked!! happy days! 12:18
lizmat: đź‘Ź thank you. you should mention that in the next weekly 12:22
lizmat glad to hear :-)
12:58 sena_kun left 13:04 sena_kun joined 13:49 eseyman left 13:51 manu_ joined, manu_ is now known as eseyman 14:50 dutchie left, dutchie joined 14:55 dutchie left 14:57 xinming_ left 15:01 xinming_ joined 15:09 wayland76 joined, wayland left 16:21 abraxxa-home left 16:46 Aedil left
librasteve on the topic of advent, IIRC the technical challenge is to syntax highlight the raku code going into the WordPress posts and both suggestions are rather underwhelming ... anyway thought I'd mention as there is time to improve matters this year. Do we have any RakuAST syntax highlighters (experimental) that could be used? Or can we somehow repackage the Comma Plugin for this maybe? 17:53
lizmat m: use RakuAST::Deparse::Highlight; say highlight Q/say "hello world"/, "HTML" # librasteve 18:00
camelia <span style="color:yellow;">say</span> <span style="color:red;">"hello world"</span>;
patrickb librasteve: Can you clarify "underwhelming"? There exist several highlighters. From the top of my head: Pygments, Chroma, Vim, Kate, one written in Raku probably more. 18:40
nijmegenzuigt librasteve: 5 months later the issue is still open 🥲 18:55
19:03 xinming_ left 19:07 xinming_ joined
lucs I'd like to read a file line by line using ``for $file.IO.lines -> $line``, but the file is ISO-8859. Not sure what to do... 19:47
(I get an exception when invalid UTF-8 is met, eh.) 19:48
20:03 sena_kun left
timo lucs: you can .open(:enc(...)).lines(:close) for this 20:37
scullucs Ah, I see. Thanks! 20:48
librasteve patrickb: the two paths proposed in the advent contributor md basically make a raku code post to github gist and then extract the HTML from the gist webpage for posting into wordpress … so suboptimal in that we rely on the gist code highlighting. I think a more optimal solution would just take raku source and make html for embedding as html source in the advent wordpress post. Hope this explains… 21:15
arend: please can you link to the issue (my memory doesn’t last 5 months) 21:17
nijmegenzuigt the use modules so you can use modules in your modules 21:39
that tutorial example
hehe
patrickb \q 22:18
[Coke] zsh: command not found: q 22:30
22:38 xinming_ left 22:41 xinming_ joined 23:15 wayland76 left