-
Here it goes
```text
Unhandled exception in code scheduled on thread 4
No such method 'floor' for invocant of type 'Any'
in method new at /home/jmerelo/.rakubrew/versions/moar-2021.02/install/sh…
-
The two mods are great but they both overlap a lot of the same materials. Because of that, many materials are listed twice in the ‘Materials and You’ book and one of each pair won’t be obtainable and …
-
it allows you to set your username / pwd to blank or put spaces in the username... not good for parsing
`>~
-
I posted this a week ago on r/feedthebeast, getting a few posts but not much beyond that. So, I’m leaving it here for a more topic focused group.
I have a few energy generation ideas aiming for the…
-
https://elixir-lang.org/getting-started/introduction.html
![image](https://user-images.githubusercontent.com/194400/29112537-1583d6e4-7ce6-11e7-9bc4-de527778f274.png)
https://elixir-lang.org/getti…
-
> > `shift` works for Tilix
>
> yes but why do we need shift and not just click??
Maybe you should ask the Tilix authors? They could probably shed further light on this.
Basically `moar` tell…
-
Hi All,
I'd like to build perl6/Rakudo/MoarVM (still not quite sure how all these are tied together) on my openBSD -current x64 system, but it's failing to compile MoarVM with gcc.
Some informat…
-
Hi,
First of all, thanks a lot for keeping up with Rakudo's development!
## The Problem
use v6.c;
sub version() {
return "1.1"
};
say @*ARGS ?? version !! "nah";
…
-
## The Problem
`@.foo = ()` throws an exception when `@.foo` is a typed int array
## Steps to Reproduce
```
class Foo {
has int @.items is rw;
method bug {
@.items = ();…
-
my %*FOO is Set = '
# Cannot modify an immutable Set ((Set))
This is because the `:initialize` flag is not sent to `Set.STORE`, which then rightly refuses to do the initialization. This i…