Kevin Jahns
Kevin Jahns
We didn't specify a `ypy-websocket` version. When I did a fresh installation, I got very different issues (I was running 0.1.9, even though the latest version is 0.2.0). I fixed...
@davidbrochart I can't get the `master` to run anymore. After a fresh installation, I get the following error.  I still don't understand why we don't specify a version for...
Sorry about that @davidbrochart. Indeed, I was still on an older commit. @echarles This works now for me as well after a fresh install. The tests are also running..
I reverted the change to `staging/package.json` as @jtpio suggested. @echarles Thanks for bringing up this issue. However, I'm pretty sure that this is unrelated to the changes in this branch....
I offer these changes to the gods of Jupyter. I have no idea how to get the "Visual Regression **Documentation**" running. Some changes to the vdom are supposed to happen...
Regarding all the votes that are popping up. I highly recommend hearing the arguments that are in favor of keeping the current shared-model approach before making a premature decision. So...
> Because of this split across multiple npm packages, the shared-models package is only a partial representation of the overall model APIs, so they are less useful on their own....
The current approach enforces that all metadata of a cell is always replaced whenever something changes. Internally, this works as follows: ```js setMetadata (newMetadata) { ycell.set('metadata', newMetadata) } ``` The...
@afshin My comment was really about the granularity that we use to store metadata in Yjs. As I said before, we can still implement an API that allows you to...
ProseMirror indeed provides a very nice abstraction over rich-text content. If you want to express complex content like tables and if you want to make sure that your content conforms...