David Brochart

Results 264 issues of David Brochart

Just wanted to let you know that I created a package on conda-forge. Now bake can be installed with: `conda install -c conda-forge bake`

Thanks for this great "meta"-kernel! One thing though, when executing two consecutive cells which use a different kernel, the second cell won't wait for the first one to finish, if...

[nest-asyncio](https://github.com/erdewit/nest_asyncio) allows nested event loops, which seems like a very useful feature. Currently it only works with event loops from asyncio. Would it make sense to have uvloop patchable with...

It could be interesting to support RISC-V SIMD or Vector extension. The latter looks very promising as the vector length and data type can be changed at run-time, and is...

`_updateHandlers` uses `_rect` so it must not be null.

I want to get this plugin into [IPyLeaflet](https://github.com/jupyter-widgets/ipyleaflet). It works well except that when there are several views of a map, the handlers are not properly synced. When a Polygon...

### Problem RetroLab depends on JupyterLab, but changes in JupyterLab's code are not taken into account in a development install of RetroLab. ### Proposed Solution It would be nice to...

enhancement

## Description When opening a new terminal, the user needs to hit Enter in the terminal window in order to "activate" it, otherwise they are presented with a flashing cursor...

bug

## References Closes #977 ## Code changes - Add a Voila `fps` flag, allowing to use FPS instead of Tornado. - Have `VoilaHandler` depend on a server-agnostic `_VoilaHandler` class, so...

new