Brian E. Granger
Brian E. Granger
@akhmerov I am still doing some work on this, but he core logic is now in place all all of the tests are passing (a few doc tests need updating)....
Will reopen a replacement for this...
> @ellisonbg it is problematic to create branches like this in the main repo. > > In future could you create branches from a fork instead? > > I would...
@akhmerov thanks for sharing the links to the number ordered code! As I have been working on this PR, I think I see a way to leverage the sliding transform...
#28392 replaces this one...
@3coins Thanks for the detailed look at this. I think it makes sense to distinguish between the two types of icons (control/actions/status ones) and "document ones" with one minor extension....
Is it possibly related to the reproduction that @brichet described on this issue: https://github.com/jupyterlab/jupyter-collaboration/issues/390#issuecomment-2515667136
I was able to reproduce this by following the exact steps in the video. One extra data point though. I did see the the following in the Terminal when the...
OK, not sure if this is the root cause of this issue, but the above traceback is due to a bug in pycrdt: https://github.com/jupyter-server/pycrdt/issues/198
FYI: I tried the fix to the pycrdt `ArrayIterator` locally and it doesn't seem to fix this issue, but may fix other issues.