-
## The Problem
tools/create-release-announcement.pl6 shows some users (e.g. will coleda) as two separate names for the same email address.
## Expected Behavior
Each email address (or github I…
coke updated
6 months ago
-
[Script here](https://github.com/Xliff/p6-Pango/blob/master/t/02-twisted.t)
Current status:
- Cairo curve looks to be drawn correctly, however it looks as if the text that should be drawn along …
Xliff updated
5 years ago
-
I have the following post request captured from using CRO_TRACE=1
```
[TRACE(anon 1)] RequestSerializerExtension EMIT HTTP Request
POST /oauth/token HTTP/1.1
Host: login.eveonline.com
Use…
Xliff updated
2 years ago
-
You will need to install make and gcc to make this work. This is probably installed almost everywhere nowadays, but I was just trying to use this in a bare-bones VPS and it was not. It's also using gi…
-
## The Problem
"pos" in the JSON exceptions handler is incorrect for X::Comp::FailGoal errors when looking for a closing single quote, double quote, curly brace, square bracket, angle bracket, or par…
-
## The Problem
A parameterized role can't refer to its arguments in roles it `does` itself:
``` perl6
role B[$n] { method n { $n } }
role C[$n] does B[$n] { }
C[5].n.say # OUTPUT: (Mu)
```
…
-
## The Problem
The `...` sequence operator does not appear to behave as documented with string endpoints.
## Expected Behavior
The sequence `'A' ... 'AA'` should contain twenty-seven elements…
-
For background, I starting looking at this when a profile of a Perl 6 program that calculated Ackerman numbers showed that 90% of the time was spent stringifying a big Integer to print the result. I w…
-
## The Problem
If a constraint is violated while calling a sub, at least in the case where it follows some native types, a misleading error is returned.
For instance:
```
$ perl6 -e 'foo(3, …
-
(Edited 2023.10 to bring up to date with current results and try make the surface problem clearer. See also later comments.)
```
say reduce &[>], 6, 5, 4; # True
say reduce &infix:«>», 6, 5…
raiph updated
1 month ago