James Arthur

Results 50 issues of James Arthur

Proxy. Embedded duck. Expose duck formats.

To be posted in tandem with #1584.

Build on the [Notes](https://github.com/KyleAMathews/electric-notes) and [Yjs-provider](https://github.com/electric-sql/electric/pull/1508) examples to create an @electric-sql/yjs integration library.

good first issue
help wanted
integration

This is another specific suggestion deriving from the discussion in #2050. Right now, live requests are served with: ``` Cache-control: public, max-age=5, stale-while-revalidate=5 ``` This means they are only cached...

I've been doing a pass on deployment docs, including verifying the steps to connect to managed Postgres providers. In a few cases (Supabase, GCP, etc.) they provide a direct IP...

feature request

This is one suggested change partly based on the discussion in #2050. Currently, responses to non-live requests with a `-1` offset have: ```http cache-control: public, max-age=604800, s-maxage=3600, stale-while-revalidate=2629746 ``` Whereas...

We switched to Vita as the bundler for our examples partly because then it's trivial to use https://vite-pwa-org.netlify.app to make them work fully offline (i.e.: the page loads even when...

good first issue
help wanted
example

I've written a little client for the new gatekeeper auth pattern as per https://github.com/electric-sql/electric/pull/1963 Basically I need to handle token expiry and when a token expires, get a new one...

Build on the doc page https://electric-sql.com/docs/integrations/tanstack and wrap up the [`tanstack-example`](https://github.com/electric-sql/electric/tree/main/examples/tanstack-example) (edit: updated link, thanks @Dosbodoke) into an `@electric-sql/tanstack` integration library. This can potentially provide a higher level interface to...

good first issue
help wanted
feature request