Riccardo Porreca

Results 36 comments of Riccardo Porreca

@gjtorikian, excited to see the new caching logic in action with the new v4, thanks for the big effort! As for the cache key, we would need to compute it...

@gjtorikian, you have a fair point about the timestamps... I will have to give it a few more thoughts, but indeed the timestamps is an important aspect to ensure the...

Let me take a few steps back and try to reason about cache keys. **TL;DR**: Timestamps play indeed an important role for an ideal primary key, but they cannot be...

@Atarity, I cannot reproduce with v4.4.0 using the following `mailto.html` ```html [email protected] [email protected] [email protected] ``` ```sh bundle exec htmlproofer mailto.html # HTML-Proofer finished successfully ``` Are you perhaps using other...

None of the options seem to interfere with the minimal example above... even with those flags the issue cannot be reproduced. Hard to investigate if not reproducible, you can perhaps...

@Atarity > need to check images, but my images have no src argument. They have data-src instead. Obviously it can be swapped with --swap-attributes option, but I can't managed to...

@gaborcsardi, I have triggered a [number or builds](https://github.com/riccardoporreca/rmdgallery/actions?query=branch%3Atest-setup-r-macos) using setup-r/-pandoc from `master`. One on the builds hit a timeout (which I have set to 10 min), see https://github.com/riccardoporreca/rmdgallery/runs/4434994244?check_suite_focus=true#step:4:90 ``` Mon,...

@gaborcsardi, I have done another battery of runs (same setup as above), and here the logs of three timeout failures - https://github.com/riccardoporreca/rmdgallery/runs/4436541095?check_suite_focus=true#step:4:99 - https://github.com/riccardoporreca/rmdgallery/runs/4436600329?check_suite_focus=true#step:4:99 - https://github.com/riccardoporreca/rmdgallery/runs/4436612718?check_suite_focus=true#step:4:99 Hope having this few...

@akgold, the scenario in which you have a specific repo in the lock file but would like to use a different one for CI is supported in renv via option...