-
I just recently committed examples/sdl/blue_rect.pl as an
example of exercising the SDL library using NQP. At the
beginning of the file the instructions read:
To run this file, execute the following …
-
## The problem
`infix:(elem)` and its synonym `infix:` are not documented for `Range`.
Current behavior:
```console
$ perl6
To exit type 'exit' or '^D'
> so (3 ∈ (0..10))
True
> so (3 ∈ (5…
-
See https://github.com/perl6/p6-sake/.
Not a big difference and possibly not worth it, but it's a dogfooding option for those who like it :)
-
Module [Sum](https://modules.perl6.org/dist/Sum) cannot be installed (`AlwaysFail`), perhaps it has some failing tests.
* Tickets are opened/closed in this repo automatically (though not immediately)…
-
```
my @a = ;
my $c = class C {
our sub foo(*@a) { @a };
method foo(*@a) { @a }
}.new;
@a ==> $c::foo() ==> say();
@a ==> foo($c:) ==> say();
```
output:
```
===SORRY!=== Error …
-
I've got a problem with working this module.
When I restart the script I need to change rights each times (over chmod).
Do you have any ideas?
-
[It seems](https://github.com/zoffixznet/perl6-IRC-Client/blob/1cb6a9e7e27d13c3383182c047e8b68f9ca36444/lib/IRC/Client.pm6#L234) that it is not possible to handle PING requests yourself. It ``return``…
-
Replace gtk with prima
-
At the home page there is a button "I'm feeling lucky" which opens "https://modules.perl6.org/dist/" but here the server is returning a 404 error.
-
Module [ArrayHash](https://modules.perl6.org/dist/ArrayHash) cannot be installed (`AlwaysFail`), perhaps it has some failing tests.
* Tickets are opened/closed in this repo automatically (though not …