Aleks-Daniel Jakimenko-Aleksejev
Aleks-Daniel Jakimenko-Aleksejev
Most queries are using HEAD and “releases”, there is no need to extract these files each time (wasting 0.2s on each archive each time). In fact, it looks like even...
Although we already support *any* links as long as the mime type is right, Camelia [supports](https://github.com/perl6/evalbot/blob/master/lib/EvalbotExecuter.pm#L83) normal github, gitlab and bitbucket gist (or snippet) links. If evalable is supposed to...
I don't have a short snippet to reproduce the issue (yet), but it seems that files served with `static` bring the whole application down if the user decides to cancel...
https://irclog.perlgeek.de/moarvm/2018-05-24#i_16203557
Didn't have time to look why, but probably some test was fragile and the output is now different on the most recent rakudo.
Currently for `blockers` it answers: > I cannot recognize this command. See wiki for some examples: https://github.com/perl6/whateverable/wiki/Releasable I am pretty sure the answer could be more useful. For example, it...
See this discussion: https://irclog.perlgeek.de/perl6/2018-05-16#i_16170437 Basically, if shareable goes down then this is not available: https://whateverable.6lang.org/HEAD.tar.gz Doc repo is using these to bypass rakudo compilation step, so travis is red when...
https://irclog.perlgeek.de/perl6/2018-05-14#i_16161735
This is already fixed, see this commit: https://github.com/perl6/whateverable/commit/92c5c28f40b488727a55a4377c2679faa75f0082 Tests needed. Here's a snippet that can be used for tests: https://irclog.perlgeek.de/perl6/2018-04-28#i_16105971