Patrick Arminio
Patrick Arminio
Not long ago GitHub released an updated to releases that shows an avatar of the people mentioned in the release:  See https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository (step 7) It would be nice if...
I've been working on an action to send tweets when we get new releases for Strawberry and my current implementation doesn't feel great. Maybe autopub could support plugins so we...
Hi @justinmayer 👋 just wanted to get your opinion on adding a check for PRs that allow to trigger a prerelease from a PR, maybe by adding a label or...
Would it be possible to add support for tauri? Tauri has a plugin for SQL: https://github.com/tauri-apps/tauri-plugin-sql which supports Sqlite :)
Note: This doesn't have to be merged in 😊 This PR adds an integration with a subgraph that uses LLMs to generate a question based on a Track. The "quiz"...
Happy to keep working on this if it is something we want 😊 I was thinking having the quiz demoin the now playing sidebar would be cooler than what I've...
Fix from https://github.com/carloscdias/whisper-cpp-python/issues/9 Basically on macOS we were trying to load the wrong file 😊
This PR changes alembic's `env` file to reuse database settings defined in `app.core.config` 😊 I've also taken the opportunity to allow having an empty `POSTGRES_PASSWORD`, when I develop locally I...