Joseph Brenner

Results 12 comments of Joseph Brenner

JJ knows about this issue already, but another case has come up with some surprising confusion about what the left and right hands are doing: https://www.nntp.perl.org/group/perl.perl6.users/2021/03/msg9797.html

My preference would be to keep :P5 and ideally to make it perfectly compatible with perl-- but I can certainly see how that could be impractical, and I would be...

This issue is still confusing people: https://stackoverflow.com/questions/71909580/move-function-does-not-work-in-raku-in-windows

ohmycloud: "Is this because the comma operator lead to a List?" I wouldn't want to speculate myself, it seems to me though that there are commas in both cases: my...

Sorry if my (late) response seems a bit off-topic, but this actually touches on two peeves that I have about the docs: (1) I really dislike this business: > ....

Thanks, I'll try that. Hm... still doesn't seem to be working, though now I'm doing this: @import url("../../../lib/tabs_on_bottom.css"); @import url("../../../lib/tabs_on_bottom_menubar_on_top_patch.css"); I'm using manually installed files, but I did refresh them...

I just tried a search on "returns" and I could see it automatically strip the "s" and then the page for "return" came up. If I type in "returns" and...

I was talking to Márton Polgár about this, and he suggests this is most likely related to https://github.com/rakudo/rakudo/issues/4534 @vrug looked into this, suggesting it might be possible to fix for...

Well it's been over a year now-- any feeling on which way to go on this one? Myself, I think people have argued fairly strongly for keeping flatmap, and I...

There's a good partial example in the roast tests: https://github.com/Raku/roast/blob/master/S32-encoding/registry.t Look for: my class TestEncoding does Encoding That shows how to set up the general framework, but it leaves the...