Mark Rousskov

Results 429 comments of Mark Rousskov

cc @rust-lang/release

@nikomatsakis or @jackh726 -- would one of you have the time to polish this post up so we can merge it sometime in the next couple weeks? We'd like to...

One question I have had historically is whether we can just drop that requirement and instead have some intelligent "when was the file added to git" support or something like...

Something to consider is using SVG instead, since we could then change the styles via CSS instead of swapping images on theme change. However, it would require redoing the current...

The complexity factor wouldn't be too significant, but it would probably require copying a good portion of the styles for each theme/variant. If we decide to try SVG, I can...

I've always been of the opinion that this shouldn't make downloads faster because we should be entirely limited by network bandwidth -- that said, it would be good to confirm...

What we *can* do is parallelize compilation and downloading the next batch of artifacts. It would mean branch predicting that -- or downloading both -- but that seems not unreasonable....

As a historical note, most of my initial development was on good networks (~20-30 MB/s from AWS) so I never worried too much about this, but I agree that it's...

`/tmp` I think on most systems, IIRC we use temp_dir or a crate providing that functionality