Greg Richardson
Greg Richardson
This project does not seem to work with the latest versions of NodeJS (I'm running 0.12.1). The problem seems to be related to the native `HTTPParser` module in NodeJS: `var...
# Problem This project currently has no CI and therefore no way to consistently test/build/release the package. This task is to setup GitHub actions to test the app, build it,...
A number of Docker Desktop alternatives use [`lima`](https://github.com/lima-vm/lima) under the hood to manage Linux VM's: - [`colima`](https://github.com/abiosoft/colima) - [Rancher Desktop](https://github.com/rancher-sandbox/rancher-desktop) Research how the networking works for these tools and find...
Closes #23.
Create a config file for this tool. To start, we can configure: - Filter watched Docker networks (https://github.com/chipmk/docker-mac-net-connect/issues/15) - Connect to a custom Docker REST API socket/endpoint (potentially https://github.com/chipmk/docker-mac-net-connect/issues/16, https://github.com/chipmk/docker-mac-net-connect/issues/22#issuecomment-1517937840)...
SQL to REST translator. Allows you to write SQL and output the equivalent PostgREST request, or Supabase client lib code. Currently supports `cURL`, raw `HTTP`, and `supabase-js`. Currently located in...
Great lib! Based on https://github.com/johannschopplich/pdfjs-serverless/blob/main/src/mock/canvas.mjs I assume there's currently no intent to support canvas with this lib (ie. to render a PDF page to the canvas in order to export...
In the vector column docs, the [`match_documents` function](https://supabase.com/docs/guides/ai/vector-columns#querying-a-vector--embedding) references a non-existent column `content`. Fixes to point to `body` column instead.
Adds a `PostgresMetaBase` class that allows you to bring-your-own-pg-client™. Instead of depending on `pg`, the base class accepts custom `query()` and `end()` functions allowing you to choose how these methods...
Initial work to Bring-your-own-AI™ to Supabase studio. Requires an OpenAI-compatible API. Tested with Llama3 via Groq. ### Changes In addition to the existing `OPENAI_API_KEY` env var, there are now 2...