-
The README of my module is written in asciidoc, I am not using markdown.
Can you add this format support ?
The module url: http://modules.perl6.org/dist/Terminal::Table:cpan:ALOREN
-
I've a CSV file `credits.csv`:
```text
Name,Birth date, Register date,Credit card
Ann ,01/01/1980,07/21/1996,4532908762519852
James ,03/06/1988,04/09/2001,4301261899725540
Dan,08/14/194…
-
See https://github.com/matrix-org/matrix.org/issues/371.
Also maybe:
* https://github.com/matrix-org/matrix.org/issues/370
* https://github.com/perl6/user-experience/issues/29
Basically, there…
-
Hi i am using MacOS Catalina, i am facing this error. i have tried through conda and CPAN to fix this. i am facing this error from last 2 weeks, Before this module was working . Can you guide me, How …
-
I'm trying to use this library to connect to a server.
Everytime a connection is established a welcome message is sent from the server to the client. So I have the script with the following functi…
-
The URL in META6.json needs to be `https://`, not `git@`.
vrurg updated
2 years ago
-
Right now, we're using the whole population, and that means increasing population size increases the size of the message proportionally. We could just compress it, for instance...
-
Module [Image::Resize](https://modules.perl6.org/dist/Image::Resize) cannot be installed (`AlwaysFail`), perhaps it has some failing tests.
* Tickets are opened/closed in this repo automatically (tho…
-
## The Problem
The following code (from S04-declarations/implicit-parameter.t) fails on the JVM backend:
```$_ = 'Hello'; { say $_ }```
## Expected Behavior
```Hello```
## Actual Behavior
``…
usev6 updated
5 years ago
-
I got this by installing Rakudo using the instructions at http://rakudo.org/how-to-get-rakudo/,
installing the taglib library using 'sudo apt-get install libtagc0-dev',
and then running 'panda install…
TOGoS updated
8 years ago