David Brochart
David Brochart
Same issue [here](https://github.com/SciQLop/cocat/pull/65).
> The v3 API takes a different approach: each kernel gets a single, pre-created kernel client that's shared across all websocket connections. When a client connects via websocket, it registers...
No I don't think I've experienced a corrupted file, but I think it can happen.
Both `documentA` and `documentB` are assigning a new `Map`: ```py documentA.project.boards = Boards() ... documentB.project.boards = Boards() ``` There is a conflict so `documentB`'s `Map` is replaced with `documentA`'s, or...
Sorry @mnbbrown I'm a bit low on bandwidth currently, but excited to see what you're doing.
Thanks @hjliu0206 for opening an issue and a PR. I'm not sure the fix should be here though, but rather upstream in [jupyter-client](https://github.com/jupyter/jupyter_client). It seems to me that `kernel_client.shell_channel.get_msg(timeout=None)` should...
> @davidbrochart If I make this change in my own company's branch of the project , do you think does there exist any potential problems ? No, you are free...