-
From: William Michels
I just updated to Rakudo-2020.06, and while updating many of my
modules to their latest versions I saw an error installing/updating
(Raku) LibCurl. Below, the first few line…
-
Testing the module on windows by running this simple script:
```raku
use LibCurl::Easy;
print LibCurl::Easy.new(URL => 'http://google.com').perform.content;
```
produces the below error:
…
-
I am on `Android 10` running [Termux](https://termux.com/). It's a terminal emulator that's allowed me to build and install `raku`, `zef`, etc.
I have a `curl` executable:
```
$ curl --version
…
-
On a fresh machine, fresh install of rakudo with rakubrew, I'm running into a weird problem.
When trying to install the Pod::To::HTML module, it attempts to install the Raku::Pod::Render module:
…
-
It's be nice if this (and perhaps the corresponding READFUNCTION libcurl options were made available to the end user.
I've got an application sending chunked responses which does so upon events occ…
-
Hi Nick!
I am writing this as an issue, though it's just a question.
What an API does zef provide for external dependencies?
With regard to this [discussion](https://github.com/Raku/ecosystem/…
-
When building the site to run locally, we need some support for running a link checker. Can discuss if it needs to be a blocker or just informational, but historically there have been many issues on t…
coke updated
7 months ago
-
Users who exist and are able to log into and out of accounts have various reasons why they may need to be able to receive email notifications. This milestone invents the capacity to send our users th…
-
Now that @melezhik 's rakudist system is in place, could we maybe add something like that to check for external dependencies? Right now everything with an external library is failing.
-
## The Problem
Pakku does not compile
## Expected Behavior
Pakku compiles
## Actual Behavior
```
15:14:25 :: ===SORRY!=== Error while compiling /tmp/Pakku/bin/pakku
15:14:25 :: ==…