-
Just wondering if there is added value in enhancing this widely used and very handy workfow to cache the download of rakudo.
The aim would be to make workflows that use "setup-raku" more robust, ef…
rcmlz updated
11 months ago
-
When trying to print out data after successfully have run a query. I get the following error whenever i try to print text that contains Nordic vocals (ie øæå). I can loop over rows in a for loop, afte…
-
## Problem or new feature
For Pod6, add the missing text from S26 about adding separate config information for the whole document or as a one-liner.
Add examples.
NOTE: I am looking in the do…
-
Originally found on: https://github.com/coke/rakudo-star-daily/blob/master/log/jvm-test-modules.log
```
Testing modules/uri with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/instal…
coke updated
10 years ago
-
## The Problem
If I understood correctly, Rakudo built with JVM backend could build a portable JAR from a Perl6 script.
So I tried this. I have forked perl6/docker with the different `Configure.pl` …
-
No idea if they should be, but I noticed you can't use a block as a parameterized `Callable` and you can't assign them to parametarized variables/parameters:
```
+Zoffix │ m: my Int:D &foo = sub (…
-
```raku
my @a = ;
@a[1, -2, 0]:delete; # does not immediately complain
.say for @a
```
Output on all releases: https://gist.github.com/7123512167b5d55e943f1283ac9e93f9
Bisected: (2016-06-12) h…
-
I have discussed this with David Warring (zef:dwarring), the author of most of the very usable Raku PDF modules adhering to the approved, official ISO specification for PDF. Following is a general sta…
-
Code:
```perl6
role Foo { has $.a };
role Bar { has $.b };
say ((%(:66x, :67y) but Foo(5)) but Bar(7)).a
```
Result (2015.12,2016.01.1,2016.02):
```
5
```
Result (2016.03…2017.10,HEAD(ab03…
-
I'm on Linux Mint (based on Debian) with the `rakudo` package installed (`2022.02-1` `amd64`). I would like to use `zef`, but there is no `/opt/rakudo-pkg/bin/install-zef`, nor is anything like it pre…