Stefanos Mousafeiris

Results 15 comments of Stefanos Mousafeiris

Using the packing method from vhornik's link, and also Sly v's comment on the solution for iOS devices, I got it to work on an iPad as well. I changed...

Are there any updates on this feature? It is currently supported on the JS SDK and migrating an app to any native platform when using multiple buckets can be a...

@samwillis updated the project to be ready for the unsub and status APIs I also updated the `load-data` script to also use a `projects.json` file and assign each issue to...

@samwillis pointed to canary versions, will require `npm install --force` to circumvent some peerDep issues, I'll sort those out next week

@samwillis @kevin-dp could you have a quick look at this PR so we merge Linearlite multiproject? I want to deploy it with 0.12.1 but I'd rather merge the multiproject work...

I agree with @balegas the current change makes it possible for explicit calls to `_throttledSnapshot` to not result in a snapshot - I think it makes sense to add this...

Seems like everyone agrees on this change (I see Valter acked on Linear too) so I think we can get this merged? (I've had deploy issues/confusion as well because of...

created small PR to add `ELECTRIC_FEATURES` to the client CLI for ease of use https://github.com/electric-sql/electric/pull/1304 draft PR for linearlite multi-project + multi-user stacked on top of this for ad-hoc testing...

@samwillis definitely possible to leave it like that, although making the listener accept an error handler and wrapping it internally feels cleaner and forces the subscriber to handle errors (i.e....

@samwillis turns out the underlying issue was one resolved by https://github.com/electric-sql/electric/pull/1251, but I still changed the `processing` logic in the event emitter to expose a way to be able to...