Laurence de Bruxelles
Laurence de Bruxelles
I am getting the same error when using github-to-sqlite (which uses sqlite-utils internally). I am also using an M1 MacBook Pro, with macOS Monterey 12.5, with Python 3.10.6 for arm64...
Closing as won't fix
This will be fixed in v13.
One thing we should also consider for this ticket is how we want to update the [`engines` field](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#engines) in our package.json file. One thing I think we should consider is...
Arguments for not supporting v14 from @nataliecarey: > I think we can make a good argument for supporting 16 & 18 only. It's in maintenance, support is being dropped in...
v13 now supports Node 16 and 18 only (see #1753). I'll also update the README to include a note about how we decide what versions of Node to support going...
I think this is covered by the changes @nataliecarey has suggested for GOV.UK Frontend: https://github.com/alphagov/govuk-frontend/pull/2851
Same issue was reported in another DAC audit recently (from the same auditor). See https://govuk.zendesk.com/agent/tickets/5116114.
We've also run into this issue, https://github.com/alphagov/learn-to-code/issues/56, I think it is because Redcarpet doesn't treat HTML blocks in the same way the CommonMark spec does [[1]]... In CommonMark you can...
We've dropped support for Node 12 and 14 (see #1753), which means testing this change is no longer an issue. Merging.