Raphaël Barbazza
Raphaël Barbazza
Hi, this PR fixes https://github.com/StephenGrider/AdvancedNodeStarter/issues/11. I had to update a few dependencies for everything to work. Also fixed the root `package-lock.json` which wasn't synced and blocked `npm ci`.
## Description When attempting to run a deployment on Azure with Python 3.11, I kept running into errors related to Azure-related Python packages such as: ```console An exception occurred during...
## Context I use [omnivore-ai-annotations](https://github.com/jancbeck/omnivore-ai-annotations) to generate article summaries in markdown. Reading summaries in Omnivore is sub-optimal as: - The markdown displays in a small, non-resizable text-area. - There is...
I encountered a couple of issues when running the app locally, which this PR addresses: 1. **Fix for MacBook M1 build issue** (commit: 81dbccacca90818f9377e26609afb7e081179d5d, closes [#3315](https://github.com/omnivore-app/omnivore/issues/3315)): - On a MacBook...