Mike Guida
Mike Guida
Headers need a space to render properly: `#Header` -> `# Header`
It'd be nice if there was a license file / note in the README 😺
I've used [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) in the past for scraping webpages and it really helps clean up the code for something larger like this. It's a jQuery like style of extracting data,...
### Have you read the Contributing Guidelines on issues? - [x] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Prerequisites - [x] I'm using the latest version of Docusaurus....
### Description of change Bumps`better-sqlite3` to `^11.0.0` for both the devDependency and the version that we install via the cli. When trying to install devDependencies using Node v22, `better-sqlite3@^8.1.0` fails...