David Brochart
David Brochart
Thanks for the PR, I will have a look soon.
@fcollonval Could you explain the reasoning about adding a reference count to origins?
> Not using a counter will result in discarding the origin from the mapping too early. I don't think it's the case if the [transaction is dropped](https://github.com/jupyter-server/pycrdt/blob/3b6c0bb137bde91c7f729e2b50c72794fcfcec7e/python/pycrdt/_transaction.py#L83) after removing the...
Closing as no feedback, feel free to reopen.
It's true that we need to reduce maintenance pain, but we also need to put the repositories in the right place. If we don't create a new https://github.com/jupyter-collaboration organization, we...
> Would it be possible to make that behavior optional I'm afraid that would make pycrdt not compilable to WASM again. Could you give a minimal reproducible example?
Closing as no feedback, feel free to reopen.
> * The hashed_origin obtained is not the one stored in the `__init__`, how could you be sure you are not removing a reference to another hash? You mean the...
Closing as no feedback, feel free to reopen.
> I'm not sure I understand how this package can help. Maybe it cannot, but it allows running async code from a sync function, so I thought it could detect...