Julien Goux
Julien Goux
Hello 👋, When passing the `none` option to `dumpDataDir`, it's always returning a compressed file instead of the expected `tar`. I'm on `@electric-sql/pglite: "0.2.2"`.
When using a custom build context with `fly deploy`, the `--ignorefile` flag isn't taken into account when calling: ```shell fly deploy ../.. --config apps/proxy/fly.toml --ignorefile apps/proxy/.dockerignore --dockerfile apps/proxy/Dockerfile ``` I...
In this PR, we migrated from Vercel KV and NextAuth to Supabase. It's still WIP.
Hello @remyrylan and thanks for putting these types together! I plan to use the `JSONSchema` type to author some schemas in TypeScript based on the draft 07, but I would...
Version: Deno 2.0.4 Hello folks, I'm giving Deno a spin as my main development tool to replace node/npm. I'm trying to run [Supabase CLI](https://www.npmjs.com/package/supabase) with it and failing. I have...
This PR is the first step for the GitLab integration: - Authorization flow to obtain an access token from GitLab to be able to act as the user against their...
**Is your feature request related to a problem? Please describe.** When using the https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-github-actions extension and editing GitHub workflows files, Deno isn't formatting the `yml` files because the extension has...
**Is your feature request related to a problem? Please describe.** When using the Deno LSP vs the TypeScript LSP, I noticed that some [code actions](https://www.npmjs.com/package/typescript-language-server/v/0.9.7#code-actions-on-save) from the TypeScript LSP are...
With this change, we can now detect and capture DDL statements during a Live Share session for simple queries, recording the statements as a `executeSql` tool result to make it...
## What kind of change does this PR introduce? feature ## What is the current behavior? we can't deploy the local databases we create in the browser ## What is...