Andinus

Results 26 comments of Andinus

``` andinus@ ~> raku --version Welcome to Rakudo™ v2023.09. Implementing the Raku® Programming Language v6.d. Built on MoarVM version 2023.09. ``` Testing it with `v2023.09` & `RAKUDO_RAKUAST=1`, works as expected,...

Is this assumption correct?: rewrite all urls like '/(.*)$' to fetch '/$1.html' I'll get a rule in place if it's right.

I believe it is triggered when any module that relies on LibraryMake is installed. `Geo::Hash` installation also fails. From what I understand, OpenBSD uses llvm-lld as linker and the linker...

I see, I opened this issue in `zef` repo initially, an idea from there: > LibraryMake should probably generate commands using a relative path instead of absolute paths instead. https://github.com/ugexe/zef/issues/457#issuecomment-1587168543...

> Maybe we could have a small script in python (or another language) providing an adapter between elfeed and sqlite. Users will still have to setup the adapter. > We...

Jakub Kadlčík @ 2020-09-02 16:18 IST: > [...] Although, I was thinking, that SQLite could be potentially used > as a default. Unfortunately, as @skeeto explained, SQLite > implementations for...

> I just tried this, also in Australia. The last two times: ***@***.*** ~] $ curl ' https://rakudo.org/dl/rakudo/rakudo-moar-2023.11-01-linux-x86_64-gcc.tar.gz' > foo.tar.gz Can you test with `--http1.1`? The origin server doesn't do...

I have temporarily bypassed Cloudflare caching, can you test now? I'm watching the logs for connections.

I made an error, the requests were still being proxied through cloudflare, even though the cache was disabled, I've now removed the proxy and everything hits the origin server directly....

Testing from a VM in Sydney: ``` root@sydney:~$ curl ifconfig.me ; echo 170.64.178.155 root@sydney:~$ curl 'https://rakudo.org/dl/rakudo/rakudo-moar-2023.11-01-linux-x86_64-gcc.tar.gz' >/dev/null % Total % Received % Xferd Average Speed Time Time Time Current Dload...