🦋 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.
antononcube .seen vushu 01:36
tellable6 antononcube, I saw vushu 2024-02-05T13:15:31Z in #raku: <.vushu> ab5tract yes from time to time 🙂
librasteve_ ab5tract: beta 29 works for me - will keep an eye for regressions 08:45
appreciate the keepy uppy
ab5tract Cheers! The REPL got broken so upgrade to beta 30 if that matters to you :) 08:48
librasteve_ yep beta-30 also fine 09:02
antononcube I used comma-2.0 beta-30 to do debugging of “FEN::Grammar”. I only had minor syntax highlighting issues . 09:27
ab5tract Highlighting is mostly beyond my control I’m afraid 09:49
Geth advent/main: c3fa6297a2 | (Nigel Hamilton)++ (committed using GitHub Web editor) | raku-advent-2024/authors.md
Update authors.md
11:43
antononcube There are two Raku packages dealing with chess notations: “Chess” and “FEN::Grammar”. I am considering having a separate package “Chess::Plot” for SVG and other formats plots of chess positions. 12:18
But maybe those plotting functions should be in “Chess”?
I am not sure how actively developed “Chess” is… 12:19
lizmat I guess you should contact the author Lucien Grondin by issue ? 12:20
antononcube Sure. I have not used “c 12:38
“Chess” yet. I found a bug in “FEN::Grammar” and contacted vushu. 12:39
@lizmat Made using "paths" and "Graph" : 13:49
cdn.discordapp.com/attachments/633...38ef2&
lizmat nice 14:17
antononcube @vushu I reported a bug in "FEN::Grammar" yesterday and submitted a PR with a fix today. (Sorry, if I a seem too pushy -- I am featuring that package in a blog post and a presentation.) 16:06
[Coke] patrickb: are the rakubrew instructions for adding to your powershell profile online or able to be re-printed from a fresh powershell? 18:55
(I have multiple powershells on this windows box, and only one of them has been setup to run rakubrew, apparently)
found it - full path to installed rakubrew, "init" 18:57
[Coke] (sadly, this newer version of powershell also doesn't do utf8 cleanly 18:59
Aha. need to run this instead of chcp 65001 - $OutputEncoding = [Console]::InputEncoding = [Console]::OutputEncoding = New-Object System.Text.UTF8Encoding 19:23
What a PITA.
(from stackoverflow.com/questions/494763...owershell) 19:24
(also a PITA: trying to quote arguments to raku while in powershell. eep 19:27