David Brochart

Results 266 issues of David Brochart

Running the tests sometimes let a running Python process in the background.

Anyone who has the repository already cloned will likely need to update it. These are the commands GitHub suggests: ``` git branch -m master main git fetch origin git branch...

Because nbclient's code is natively asynchronous, we provide wrappers to run async code synchronously for its blocking API. We currently use [nest-asyncio](https://github.com/erdewit/nest_asyncio) to run coroutines until they complete in the...

Currently, the `execution_count` field of a code cell can be `None` or an integer greater than 0, the former meaning that the cell was not executed, and the latter meaning...

I'm wondering if [output_from_msg](https://github.com/jupyter/nbformat/blob/c521262a78acd74e054dbaa566c2709402820a1d/nbformat/v4/nbbase.py#L71-L111) could handle messages of type `execute_reply` on the shell channel. The docstring says it only handle messages on the IOPub channel, but it looks like it...

I'm not sure this is the right place, but I think it would make sense to add a dirty cell flag to indicate that the cell input has been changed...

Would it make sense to allow for just-in-time generation (and execution) of the synchronous code?

**What happened**: Nested indexing doesn't seem to be supported. **What you expected to happen**: Maybe it's not in the scope of this library, but it would be great if the...

The [(de)serialization functions in yutils.py](https://github.com/y-crdt/ypy-websocket/blob/81d5770bd305fcdf61cb47dd5bb40d00450a93df/ypy_websocket/yutils.py) are generic and could be used for other transports than WebSockets. In Yjs they are part of the [lib0 library](https://github.com/dmonad/lib0/blob/7dd80a56840933b76083b546647f207de04eab2f/decoding.js). Should we create a new...

There is currently no test for the YStores, we need to start testing them. See also #19.