Laura Weber

Results 14 comments of Laura Weber

GitHub interprets dependencies based on requirement/manifest files. https://docs.github.com/en/github/visualizing-repository-data-with-graphs/about-the-dependency-graph#supported-package-ecosystems Maybe there's some kind of file that is independent of any package manager that would still allow us to note such dependencies?

Technically, we could make a `package.json` file as used for `npm` to include this info. There would be no purpose to running any npm commands, but it would at least...

Our automated testing action currently has the dev dependencies hardcoded. https://github.com/LLNL/scraper/blob/9593f4a843fde58063e6ff2b008471ef79e340ce/.github/workflows/main.yml#L34-L37 Should it be using a different command to leverage the dependency list(s) in the `.toml` file (e.g. `pip install...

I suspect this has to do with the margin set on the footer element. More specifically, the fact that the footer margin and `llnl-side-container` overlap.