Pietro Albini
Pietro Albini
Regardless of Zola, I also vastly prefer working with Tera compared to Handlebars.
Here is a copy of the mail just sent to Rust Team members: > Hello Rust Team members! > > As many of you are already aware, there has been...
@skade and @nrc are working on editing the whitepaper. An issue was raised with the way the whitepapers are currently produced. The template for them is a Word document that...
No update here this week.
There was no update this week.
While the proper solution would be to fix both issues (by using the filesystem as the temporary storage for archives while they're created and by uploading logs to S3 in...
Honestly I thought `test-pass + test-pass` results were never looked at. If someone actually uses them it's fine to keep them!
To be honest Crater doesn't fully support git repositories. For example workspaces don't work, and neither do git dependencies.
This might get messy, as Crater runs every build in a shared `target` directory. Not sure how much it would skew the results.
The intention of that condition was to filter out libraries already published on crates.io, as there is usually little point in testing multiple versions of the same library. I think...