Sterling Hanenkamp
Sterling Hanenkamp
The `:bin` arg is irrelevant in this case. The same error occurs. Here's a code snippet demonstrating: ```perl6 my $res = HTTP::Response.new(200); $res.content = buf8.new; # $.content has to be...
Actually, that example does not work. I had not realized that `"".encode ~ ""` was a legal operation. This code actually demonstrates the problem I'm seeing: ```perl6 my $res =...
I understand the reluctance to make this change, but the lack of configurability creates situations that are very difficult to deal with. For example, I have an application that is...
I saw that when looking through the files initially and I have no idea what that is doing. I need to look at it more carefully and consider what should...
Yeah, I have encountered this bug before in my own work. It would appear that `[-1]` are incorrectly highlighted as if the `[]` metaoperator (or something) were in use rather...
Yeah, I recommend not using that feature. It's slated to be removed rather than fixed.
I have confirmed that the bug is still a problem in some, but not all, cases. If I just do what is stated in the original ticket, I can reproduce...
My main concern here is that it adjusts the abbreviations. However, the consensus is that the unicode abbreviations don't really belong to the main module and they have certain problems....
I noticed this when I was going through and renaming things. PIR is now dead. Long live NQP.
I have not confirmed the behavior itself, but that the problem that was fixed in `vim-perl` has not been fixed in this plugin.