Stefanos Mousafeiris

Results 95 comments of Stefanos Mousafeiris

@samwillis added it to the `transaction` interface as well - no tests for it though 👀

@samwillis the PR had added a test for the particular case of a `TEXT` type primary key - do we have a way to reproduce the issue still being present?

Hey @persidskiy thanks for picking this up. The style in the gist is a minimal version that reproduces the issue and it should already be public and published: mapbox://styles/savvynavvy/clfqv8mo3001201pewwym83p1

@pmp-p I can wait for your PR to merge and will rebase on your changes to ensure everything's working

Have we settled on the approach we prefer? And if we're happy to use helper functions should we close this in favour of https://github.com/electric-sql/electric/issues/1453?

We cannot actually easily/cheaply include a `content-length` header because the responses are directly streamed from storage, which means that we don't know the size of the content when the initial...

closing as I think @kevin-dp 's has covered this

Fixed by vendoring `pg-protocol` as an internal package, see https://github.com/electric-sql/pglite/pull/247 No more tsup glitches

Yeah these are all symptoms of the same error. The error would reach the user in the case that it is in response to creating a new shape. Unsure how...

Tagging @alco as I think he was looking into this in https://github.com/electric-sql/electric/pull/2947