Laura Weber

Results 12 comments of Laura Weber

FWIW, there is actually a verbosity parameter included in the query methods. e.g.: https://github.com/LLNL/scraper/blob/471e06df3c2547b181974b50000dbe32dd86cf54/scraper/github/queryManager.py#L146 https://github.com/LLNL/scraper/blob/471e06df3c2547b181974b50000dbe32dd86cf54/scraper/github/queryManager.py#L161-L165

The primary reason for using the basic print rather than logging was to enable some of the more human-friendly feedback for when the commands are run directly in real-time, for...

This appears to be caused by additional data processing intended to prevent multiple release lines tightly clumped together. This behavior could be improved by adjusting the `tolerance` variable and/or scaling...

Also related : #330

Alternatively, GitHub does have the concept of "template" repos. https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/creating-a-template-repository I'm not sure if having a secondary repo as a template is ideal for _us_ or not, but it would...

The update can take a long time. Our current daily update typically [runs for about an hour](https://github.com/LLNL/llnl.github.io/blob/main/_explore/LAST_MASTER_UPDATE.txt). The warning messages with the `202 Accepted` response typically come from the commit...

It looks like there's a difference in the expected URL. For a file like `main.css`, the page is trying to load `https://jordanperr.github.io/css/main.css`, but for it to work it should be...

Repo "language" and "topics" data is now being collected. (And displayed in the [Explore](https://software.llnl.gov/explore) tab!) This information could potentially be incorporated into the search functionality.

It may be worth noting that logic for answering some of these questions exists to generate our "word cloud" visualizations at the bottom of the [explore page](https://software.llnl.gov/explore/) and individual repo...