Juan Julián Merelo Guervós
Juan Julián Merelo Guervós
That one does not include the old ones. You meant to include those too, right? Also, RSS... Maybe create a github action that downloads them and creates a full page...
Just changing $ENV to %*ENV would do? But $ENV is a variable that comes from somewhere else, right?
You can save a bit by using a set of words ``` time perl6 -e '.pick.put' completely perl6 -e '.pick.put' 0,16s user 0,03s system 124% cpu 0,152 total ``` (120...
I changed the detection of ZSTD to the beginning of the file, and I'm getting this error now: ``` # Failed to get expected result in 11.09198240 seconds (11 nominal)...
You can insert detection code in those bots. The problem if you don't do that is that you will get weird errors down the line. I'll see if I can...
Testable is probably not a good place, since it's, well, only in the test directory.
We could do several different things. - Create our own CI environment using, for instance, bazel.build. We would have to host it ourselves. - Separate the tests in xt and...
OK, we can try and do that...
Coming back to normal. I'll try to work on this.
OK, we'll try that. I'm kind of busy right now (not to mention elsewhere) but I'll get to that as soon as I can.