Scott Chamberlain

Results 410 issues of Scott Chamberlain

e.g., i just archived this pkg https://cranchecks.info/pkgs/crevents and the data is still there, i guess each day now has the last day of data that existed? often though pkgs can...

excuse to learn grafana

- clean up docker images, etc. - ideally need to get logs moved to s3 or similar and not stored on the server - look for any other disk space...

Use case in weathercan: apparently sometimes the check errors/warnings are not included in the `check_details` bit at the bottom of the check results landing pages in https://cranchecks.info/pkgs/weathercan/history?limit=30 there's errors, but...

https://github.com/tednaleid/ganda/releases/tag/v0.1.7 beware, looks like need to ask for parallelism, make sure to test taht before moving over to new version

via #28 continuing conversation here

see https://github.com/metacran/crandb/issues/45#issuecomment-479156171 right now in https://github.com/ropensci/cchecksapi/blob/rework-scraping/scrape_maints.sh scraping from the CRAN maintainers overview page, but that's slow. make sure gabor's /maintainernames route has up to date list of maintainers

in particular for ``` "/pkgs (GET)", "/pkgs/:pkg_name:/history (GET)", "/pkghistory (GET)", "/maintainers (GET)", "/maintainers/:email: (GET)", ``` as these can have large payloads, and could be cached to minimize response time Ideally:...