-
## The Bug
when the camera starts it move backwards and shows a black space
## Reproduction Instructions
Detail the steps to reproduce the bug.
1. Move to a new room
## Expected behaviour
…
-
## The Problem
Getting the following _intermittent_ error when recompiling the code
```
===SORRY!===
p6decontrv expects a QAST::WVal as its first child
```
An --ll-exception backtrace …
Xliff updated
2 years ago
-
Hi @ramiroencinas ! I am having issue with importing the module after it's installed:
```
$ zef info System::Stats::DISKUsage
- Info for: System::Stats::DISKUsage
- Identity: System::Stats::DIS…
-
## The Problem
```
> my $d = Date.new('2015-02-27');
> $d.later(:5h)
2020-02-27
> $d.later(:5ho)
2020-02-27
> $d.later(:5hou)
2020-02-27
> $d.later(:5hour)
2020-02-27
> $d.later(:5hours)
…
-
## The problem
From time to time, builds fail with error of this type
```
xt/examples-compilation.t STDERR: Use of uninitialized value $repo-id of type Any in string context.
# Methods .^name…
-
## The Problem
From https://stackoverflow.com/questions/71690554/strange-behavior-of-a-hyperoperator
````raku
say 0 != 0; # False
my @a = 0, 0, 0;
say @a «==» @a; # …
-
Game is freeze in city screen and between turn passes after few turns to start new game since last 4.3.2 version uptade.
-
### The Problem
Attempted to build with the command:
rakubrew build jvm-2021.12
Tail end of build log:
```
Installed 13 core modules in 224.598 seconds!
+++ JVM BACKEND INSTALLED
+++ In…
-
## The Problem
Given a subdirectory "nqp" in the current working directory, the following two commands both print ```True```.
```
$ ./rakudo-m -e 'say so "nqp".IO ~~ :d'
True
$ ./rakudo-m -e 'say…
usev6 updated
2 years ago
-
## The Problem
Previously working code now segfaults. Affects all programs based on the [Clifford](https://github.com/grondilu/clifford) module.
## Steps to Reproduce
Extensively mangled fro…