Hans Pagel

Results 313 comments of Hans Pagel

Sorry, I’m missing some context. If someone passes `strong` (instead of `string`) we throw an error? Or show a warning?

@georeith A lot of exciting stuff! Feel free to create the data corruption issue, even if you don’t find time to debug it in detail. Happy to look into that!...

Is that a breaking change for everyone who stored their data with the V1 API? I’ve not looked into it, but if it can‘t be used interchangeably, we’ll stick with...

Thanks for the input! Will add support.

Shouldn’t that happen on the backend side though?

You’re right. After thinking about this, I like the idea and I think it should be added to the provider. 👍

In which hook you'd like to set the connection to readOnly? I’d assume in the `onChange` hook? Would you mind to elaborate on the use case? I think once someone...

Ah, got it! That’s a great use case. Out of interest: How does the client get notified that the schema is outdated? The schema version is stored in the Y.js...

What if you’d have access to other connections in the `onConnect` hook? So you could write something like that: ```js async onConnect({ requestParameters, connection }) { // All connections to...

@jamesopti What do you think? Would that help? 🙃