Siavash Askari Nasr
Siavash Askari Nasr
Yes. Although maybe account/plugin-level proxy could work as well, but it seems dragging a feed to another account is not supported.
I use Standard feeds. For me disabling all proxies, even global proxy for a feed would be enough. But I don't know about others. If you want to cover everything,...
Yes, I have set proxy in RSS Guard settings.
Yeah, that would be great.
But this code doesn't have side effects, does it? ```console raku -e 'sub MAIN (:$a where * == 1 ) { dd $a }' -a=2 ``` ``` $[IntStr.new(2, "2")] ```
Not related to this issue specifically, how far should the tests go and how much should they cover? How much can they cover? For example should there be tests for...
I don't understand, how else can you define the array?
`@a = [1, 2, 3]` is the same if that's what you mean. Unless you do `@a = $[1,2,3]` which is something else entirely. Also try `sub t (@a where...
The issue is mentioned in the IRC discussion but probably should have linked to it separately: https://github.com/rakudo/rakudo/issues/1414
I read the discussion again and I'm not sure now, it seems the conclusion was that `where` should be applied to the whole array, and if someone wants to apply...