Skip to content

Instantly share code, notes, and snippets.

View Whateverable's full-sized avatar
☺️
Having fun on #raku on Libera.chat

Whateverable bots Whateverable

☺️
Having fun on #raku on Libera.chat
View GitHub Profile
@Whateverable
Whateverable / result
Created July 12, 2025 05:47
Whateverable
2025-07-11T18:53:04Z #raku <SmokeMachine> librasteve: but Cromponent works already with templates?! If I’m not misremembering, It adds a method on your component class with your template already compiled making you own class it’s “repository” and when using it as a sub/macro it works exactly the same me way Cro template modules are suggested to be created…
@Whateverable
Whateverable / result
Created July 7, 2025 15:27
Whateverable
2025-07-06T23:57:04Z #raku <SmokeMachine> librasteve: I was reading Ait::Component’s Red and just realised I didn’t let you know that there is a new merge on that, adding a few tests and changing some internal code… now it’s possible to have a LOAD with more than one parameter (that’s what I remembered reading your code…)
weekly
@Whateverable
Whateverable / result
Created July 4, 2025 21:42
Whateverable
2025-07-04T09:47:28Z #raku <wayland> lizmat: Yeah, I saw a comment about Raku internals needing trees. I'm not much of a Raku Internals hacker, but I've collected ideas about transforming and manipulating trees from multiple sources (eg. Raku grammars, XSLT, filesystems, etc), so I have ideas about what syntax/operators might be useful :)
@Whateverable
Whateverable / result
Created June 30, 2025 17:33
Whateverable
2025-06-28T10:51:45Z #raku <wayland76> librasteve: Love the new-look website! One thing I'd like to suggest (which is compatible with what you've already done) is that, as we redesign the Raku sites, that we give them a similar look/feel, but theme each one in a different colour of Camelia (eg. the magenta, which you've chosen, the blue, the yellow, etc. :)
@Whateverable
Whateverable / query
Created June 30, 2025 17:33
notable6
weekly
  GH#5864 Unable to build 2025.04 on Alpine Linux
@Whateverable
Whateverable / query
Created June 25, 2025 15:48
bisectable6
old=2024.01 say Q| sub a(uint $a --> uint) { $a }; a 18446744073709551615 |.AST.EVAL
@Whateverable
Whateverable / query
Created June 25, 2025 15:46
bisectable6
old=2023.02 exit +(try Q| sub a(uint $a) { $a }; a 18446744073709551615 |.AST.EVAL != -1)
@Whateverable
Whateverable / query
Created June 25, 2025 15:45
bisectable6
old=2023.02 exit +(Q| sub a(uint $a) { $a }; a 18446744073709551615 |.AST.EVAL == -1)