-
This latest version is not available on zef, hence its dependents will fail.
Xliff updated
3 years ago
-
I'm not so sure this is possible right now, but it would be great if we could call it directly from the program without the need to get out to the shell and invoke it.
-
tl;dr: For historical reasons 'zef install IO::String' may fail,
reporting problems with Text::CSV:ver.
Workaround: 'zef install IO::String:ver'
or a more recent version, if any.
Details:
I'm…
lucs updated
5 months ago
-
Today my toaster runs started crashing due to low disk space and when I went to investigate what was nomming all my disk space, turned out it was the `~/.zef/store` directory.
It contained 4.2GB of…
-
## The Problem
I tried to get ```Zef``` to work on the JVM backend (with the changes from https://github.com/Raku/nqp/pull/643 applied), but ran into the following error:
```
$ rakudo-j -I. -Ilib b…
usev6 updated
2 weeks ago
-
Originally reported here: https://github.com/Raku/whateverable/issues/388#issuecomment-1737120686
* good=2023.02
* bad=2023.04
* Reproduction: https://gist.github.com/AlexDaniel/5c25e329cf6ac9470…
-
Using .github workflow with
```
- run: zef install https://github.com/croservices/cro-core/archive/master.zip
- run: zef install https://github.com/croservices/cro-tls/archive/master.z…
-
See https://colabti.org/irclogger/irclogger_log/raku?date=2020-05-02#l406
-
(base) root@d3029ce798bd:~# zef install Dan::Pandas
===> Searching for: Dan::Pandas
===> Searching for missing dependencies: Dan
===> Searching for missing dependencies: Text::Table::Simple
===> T…
-
This isue was raised because, all of a sudden, documentation dependencies included GTK::Simple, a problem raised [in this issue](https://github.com/Raku/doc/issues/3615). The issue was solved by si…