|
00:03
apac left
00:12
arkiuat left
00:43
arkiuat joined
02:35
hulk joined
02:36
kylese left
02:50
vrurg_ joined
02:52
vrurg left
02:58
Aedil joined
03:15
hulk left,
kylese joined
04:34
dustinm` left
04:45
dustinm` joined
05:05
arkiuat left
05:12
arkiuat joined
05:24
arkiuat left
05:40
arkiuat joined
05:45
arkiuat left
06:13
arkiuat joined,
abraxxa joined
06:17
arkiuat left,
abraxxa left
06:19
abraxxa joined
06:40
arkiuat joined
06:45
arkiuat left,
arkiuat joined
06:50
arkiuat left
07:18
arkiuat joined
07:24
arkiuat left
07:41
arkiuat joined
07:45
arkiuat left
07:51
melezhik joined
07:59
arkiuat joined
08:04
arkiuat left
08:05
Sgeo left
|
|||
| ab5tract | Leftward feed is mostly a hangover from Perl 5’s implementation of map/grep | 08:14 | |
| But I remember forward/reverse feed, not leftward/rightward | 08:15 | ||
| There are also unimplemented feed operators ==>> and <<== | 08:16 | ||
| I can’t recall what they are meant to do at the moment | 08:17 | ||
|
08:48
arkiuat joined
08:53
arkiuat left
09:21
arkiuat joined
09:25
arkiuat left
09:35
apac joined
09:54
arkiuat joined
09:59
arkiuat left
10:01
melezhik left
10:18
arkiuat joined
10:23
arkiuat left
10:40
arkiuat joined
10:45
arkiuat left
10:52
librasteve_ left
10:59
apac left,
melezhik_ joined
|
|||
| jubilatious1_98524 | weekly: unix.stackexchange.com/a/801214/227738 | 11:02 | |
| notable6 | jubilatious1_98524, Noted! (weekly) | ||
|
11:05
melezhik_ left
|
|||
| lizmat | ab5tract: ==>> and <<== are intended to "append" rather than "store", compared to ==> ad <== | 11:08 | |
| ab5tract | Ok, interesting | ||
| If there weren’t hundreds of open tickets for RakuAST, I’d implement it :) | 11:09 | ||
| lizmat | I know the feeling... | ||
|
11:14
arkiuat joined
11:19
arkiuat left
11:38
abraxxa-home joined
11:43
Aedil left
11:47
arkiuat joined,
Aedil joined
11:52
arkiuat left
11:53
melezhik_ joined
11:54
abraxxa-home left
11:59
melezhik_ left
12:20
arkiuat joined
12:25
arkiuat left
12:41
arkiuat joined
12:49
arkiuat left
12:52
melezhik_ joined
12:56
melezhik_ left
13:16
arkiuat joined
13:24
arkiuat left
13:42
arkiuat joined
13:48
arkiuat left
14:00
melezhik joined
14:01
arkiuat joined
14:07
arkiuat left
14:29
arkiuat joined
14:30
melezhik_ joined
14:34
apac joined
14:35
arkiuat left
14:36
apac left,
apac joined
14:37
arkiuat joined
14:48
melezhik_ left,
melezhik_ joined
14:49
melezhik_ left
14:52
arkiuat left
14:57
melezhik_ joined
14:58
mc3 is now known as mc2
15:00
apac left,
apac joined
15:03
abraxxa left
15:10
arkiuat joined
15:14
melezhik_ left,
melezhik_ joined
15:17
arkiuat left
15:26
arkiuat joined
15:28
apac left
15:30
melezhik_ left,
melezhik_ joined
15:31
apac joined
15:32
arkiuat left
15:34
arkiuat joined
15:35
apac left
15:36
melezhik_ left
|
|||
| [Coke] | github.com/toon-format/toon | 15:55 | |
|
15:57
abraxxa joined
16:04
apac joined
16:25
apac left
16:51
melezhik left
17:04
melezhik joined
17:33
Guest5038 joined
|
|||
| Geth | advent/main: 6 commits pushed by librasteve++ | 17:47 | |
|
17:48
arkiuat left
|
|||
| [Coke] | using rakubrew. installed ze% ➜ ~ zef uninstall Hilite::Simple | 17:49 | |
| ===> Uninstalled from inst#/Users/coke/.rakubrew/versions/moar-2025.10/share/perl6/site | |||
| Hilite::Simple:ver<0.0.1>:auth<zef:librasteve> | |||
| ➜ ~ synopsis | |||
| oops | |||
| so I installed 0.0.1 - it installed a script called synopsis. v 0.0.2 removes the script, so I uninstalled 0.0.1, and tested, then get: | 17:50 | ||
| ➜ ~ synopsis | |||
| Could not open /Users/coke/.rakubrew/versions/moar-2025.10/share/perl6/site/bin/synopsis.raku. Failed to stat file: no such file or directory | |||
|
17:50
arkiuat joined
|
|||
| [Coke] | same error after hash -r /rehash | 17:53 | |
| is this a zef issue, a rakubrew issue, or a rakudo issue? | |||
| (the installed thing ended in .raku, the wrapper was just 'snyopsis' - the .raku is gone, the wrapper is still there. | 17:54 | ||
|
18:22
librasteve_ joined
|
|||
| librasteve_ | notable6: weekly | 18:22 | |
| notable6 | librasteve_, 6 notes: gist.github.com/e8408360c0d3f3acf8...98b28aeaf2 | 18:23 | |
| librasteve_ | notable6: weekly reset | 18:34 | |
| notable6 | librasteve_, Moved existing notes to “weekly_2025-11-10T18:34:51Z” | ||
| ugexe | [Coke]: rakudo issue. usually the wrapper is kept if another version of the distribution is installed (since they are shared by all installed versions) but it wouldnt surprise me if it didnt also check that the other distributions included that script | 18:39 | |
| github.com/rakudo/rakudo/blob/f7ce...kumod#L466 | 18:40 | ||
| that lines seems wrong, because i would expect .elems to always be at least 1 there since the distribution being uninstalled would represent at least one | 18:41 | ||
| i might be wrong though. i think the original intention would be that the deletion of the short name that is done in an earlier step would prevent the dist from being in the list from self.files(...) | 18:45 | ||
| raku -e 'my $repo = CompUnit::RepositoryRegistry.repository-for-name("site"); my $dist = $repo.candidates("Hilite::Simple", :ver(v0.0.2)).head; $repo.uninstall($dist);' | 18:53 | ||
| i havent tested, but that probably reproduces it once you have both versions installed | |||
|
19:06
Guest5038 left
|
|||
| librasteve_ | rakudoweekly.blog/2025/11/10/2025-...of-advent/ | 19:14 | |
| lizmat | whee! librasteve_++ | 19:15 | |
|
19:17
abraxxa left
19:21
melezhik left
19:42
itaipu joined
|
|||
| [Coke] | ugexe: opened github.com/rakudo/rakudo/issues/6014 | 20:13 | |
|
20:14
apac joined
20:19
apac left
|
|||
| Voldenet | in the weekly there's that code block, but font is quite unreadable on my 4k screen | 20:20 | |
| simply "monospace" is a lot more readable | |||
| lizmat | the Tips & Tricks one ? | ||
| Voldenet | yeah | ||
| lizmat | librasteve_ ^^ | ||
| Voldenet | courier font: i.imgur.com/6bVenLW.png "monospace": i.imgur.com/Llg0nqe.png | 20:21 | |
| if you're not on 4k screen, imagine it being twice smaller | 20:22 | ||
| or scale down to 50% | |||
| lizmat | sadly, that code bit is HTML gobbledegook, that's been generated... and librasteve_ is the one who wrote that and they're currently not online | 20:25 | |
| so I hope they'll see this and figure it out :-) | |||
| lizmat calls it a day& | 20:26 | ||
| Voldenet | fwiw the actual font used as monospace is consolas in case of this image | ||
| and in fact, you can change that font in firefox options | 20:28 | ||
|
20:40
simcop2387 left
|
|||
| antononcube | @librasteve I figured the cup image was bound to be featured in the weekly post... | 20:46 | |
| patrickb | librasteve_: Quick note re the weekly: Rainbow is not built on RakuAST. It's a completely separate parser. | ||
| Thanks for the shout out btw | 20:47 | ||
|
20:47
Aedil left
|
|||
| Geth | raku.org: patrickbkr++ created pull request #271: fix link to Rakubrew further info |
21:08 | |
| antononcube | @librasteve Nice! | 21:09 | |
| cdn.discordapp.com/attachments/633...89818& | |||
| Geth | raku.org/main: c7e3169ca7 | (Patrick Böker)++ (committed by Will Coleda) | lib/Org/Install.rakumod fix link to Rakubrew further info |
21:16 | |
| librasteve | Voldenet: thanks for the heads up on the small font on 4k screen … I would like to fix this … the intent is to match the raku highlighting on raku.org … does that have the same font size issue? otherwise there is a Wordpress style that is overloading the size I guess | 21:22 | |
| this is top of my list! | 21:23 | ||
|
21:24
DarthGandalf left,
DarthGandalf joined
|
|||
| antononcube | "Hilite::Simple" should have style or mode selection. (E.g. "dark-mode", "solarized", "vamp") | 21:24 | |
| librasteve | fwiw I did about 5 iterations of the colour map … short term I wanted to avoid wiring the Hilite module to Air::Base::Widget::LightDark since that’s a tight corner so I hand picked a default map that works well in both modes | 21:29 | |
| antononcube | I will make an LLM prompt for highiliting that might help you. (Or not...) 🙂 | 21:30 | |
| librasteve | excellent … colour map is just a hash in Simple.rakumod so is trivial to make it a parameter | 21:31 | |
|
21:57
arkiuat left
21:59
arkiuat joined
|
|||
| patrickb: sorry, guess I got the RakuAST idea wrong … just had a look at the Rainbow/RakuGrammar.rakumod code … amazing! | 22:00 | ||
|
22:11
simcop2387 joined
22:12
arkiuat left
22:32
arkiuat joined
22:53
Sgeo joined
|
|||
| Geth | App-Rakubrew/main: 07b0889091 | (Patrick Böker)++ | 2 files fix Powershell on non-Windows It insisted on using semicolons as PATH separator even on non-Windows. |
23:07 | |
| App-Rakubrew/main: 5779bea90c | (Patrick Böker)++ | 3 files Version 44 |
|||
| Voldenet | librasteve: font size is enough, just the font used is very thin and difficult to read due to low contrast (well Courier New is not the best font) | 23:22 | |
|
23:23
Guest5038 joined
|
|||
| Voldenet | computed font-size is 14px on docs.raku and 16.15px on weekly blog | 23:23 | |
| Geth | App-Rakubrew/main: 45b97df36f | (Patrick Böker)++ | 2 files Don't build on Intel Mac anymore Circle CI deprecated the Intel runners. I guess Intel Macs are getting pretty rare anyways. Let's just ditch it. |
23:25 | |
| Voldenet | simply `font-family: monospace;` should work fine, I'm not sure why especially "Courier New" looks like extra-thin version of the otherwise nice font | 23:28 | |
| on windows I'm suspecting that it was never readjusted for higher resolutions properly | 23:29 | ||
| Geth | rakubrew.org/main: a436833149 | (Patrick Böker)++ | resources/homepage.md.tmpl No intel macs any more Circle CI deprecated their Intel Mac runners. So no intel Mac for Rakubrew anymore. Sorry you Intel Mac users out there! |
23:42 | |
|
23:51
Guest5038 left
|
|||