-
Hello,
I was trying to install `Ecosystem:ver` and zef returned this error:
```
===> Searching for: Ecosystem:ver
===> Updating fez mirror: https://360.zef.pm/
===> Updated fez mirror: https://36…
-
When running a command such as `zef install Foo:ver`, zef runs `Foo`'s tests. However, if the current repo-chain contains a `Foo:ver` in an earlier Repository than the one `Foo:ver` is being installe…
-
## The Problem
For some reason MAIN is throwing an exception when it didn't before
for the same code. It appears it's related to the recent cli arg
format work in https://github.com/rakudo/rakud…
-
The following are observations whilst running jupyter-notebook in a venv.
The background is that OpenSuse 15.4 has "alternate" Pythons, version 3.10 can be
installed by the package manager (zypper…
-
```
use eigenstates;
my @dates = Date.new(2022, any(1..12), *).&eigenstates;
```
fails with:
```
No such method 'List' for invocant of type 'BOOTArray'. Found 'List'
on type 'Any'
in su…
-
## The Problem
I've seen a LTA error message when some module is not found. It only presents a line number but not the source file where it is 'use'd.
E.g.
running a Perl program
```
===S…
-
Hi ! I hit some weird bug with already installed module (_possibly_ under one version of rakudo) and inability zef to see it (after switching to another version of rakudo), here is use case:
```
[…
-
While trying to find a solution for a problem, I produced the following benchmarking script and the outcomes of it were totally not what I expected them to be:
```raku
use nqp;
class Cnew {
…
vrurg updated
2 years ago
-
## Problem or new feature
While testing the current doc master branch on a Debian 11 host I get test failures from `xt/aspell.t`:
```
make xtest >& xtest.log
```
The full output of the log:
…
-
I had an issue with re-generating the `README.md` for App::Rak: it would not complain about anything, but the resulting `README.md` only contained the header.
In the end, I could fix it by nuking t…