Patrick DeVivo
Patrick DeVivo
Closing this out as our new container based sync approach makes it no longer relevant. We may or may not use gitutils in that approach in the future (today it...
This PR: https://github.com/mergestat/mergestat/pull/544 adds a param to the `execSQL` graphql query to toggle readonly/non-readoly executions. We can use that. This ticket should be for the UI implementation of that toggle.
This would likely involve adding a row to the `mergestat.repo_sync_log_types` table via a migration, and possibly updating any helpers in the worker (I think there's one for doing a bulk...
Just wanted to bump this, as I would love to see it available as well!
Hi @ajeetraina - evidently the SQLite that comes on macs does not allow loading runtime extensions (and so `.load` is unavailable), but I see you installed via homebrew. Are you...
We're also using Vercel Blob and taking the client-side upload approach (in our Next.js app) and would love to show an upload progress bar, especially for larger file uploads.