Will Coleda
Will Coleda
tagging @dontlaugh
There is an .htaccess file but none of the items already in there work.
Voldenet on IRC posted this potential replacement: ``` async function renderFeed() { const fragment = document.createDocumentFragment(); try { const feed = await fetch('recent-blog-posts.json').then(x => x.json()); for (const item of feed)...
Missed that someone already did this: https://www.youtube.com/playlist?list=PLRuESFRW2Fa77XObvk7-BYVFwobZHdXdK
It needs to be updated to Raku from Perl 6, though.
Owned by https://www.youtube.com/@Perl6Now/about - who is this?
https://raku.org/compilers/std-viv.html works. Guessing website config isn't correct
> ```shell > `$ perl6 > ``` We're called raku now. And while I know this ticket is about `...`, please note that your example works as you expect when...
Apologies, I wasn't clear you wanted flattening - you can, of course, specifically flatten the combined ranges if you like, but I realize that's probably not helpful for the original...
Oddly (to me), `flat` works, but `|` does not: ``` $ raku -e ' dd |(1..4, 10..12)' # syntax requires parens 1..4 10..12 $ raku -e ' dd flat 1..4,...