David Brochart

Results 328 issues of David Brochart

api-change

This test launches 10 clients, all executing the same notebook. The notebook consists of 100 cells, each cell sleeps for 0.1 second. We check: - the overall time execution of...

I see you have implemented something similar to [ScrollablePane](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/prompt_toolkit/layout/scrollable_pane.py) in [ScrollingContainer](https://github.com/joouha/euporie/blob/main/euporie/scroll.py) (maybe more efficient, or with more features?). Could you tell a bit more about it? Do you think you...

### Problem Jupyverse just got support for a [new code execution mode](https://github.com/jupyter-server/jupyverse/pull/191) through a POST request, where the front-end doesn't have to deal with the kernel protocol (this is handled...

enhancement
pkg:services

## Description With JupyterLab HEAD and the dark theme, the cursor is not visible: https://user-images.githubusercontent.com/4711805/180956257-958e35ef-399a-4b67-8ffa-1168477a2dd5.mp4 ## Reproduce 1. Install JupyterLab HEAD 2. Open a notebook 3. Choose the dark theme...

bug
tag:Design and UX

## Code changes When in collaborative mode, it doesn't make sense to ask the user to confirm that they want to leave the page if the document is dirty in...

enhancement
pkg:application
tag:Real Time Collaboration

### Problem We currently use Leaflet.js for our GeoJSON renderer, which has performance issues with large datasets. ### Proposed Solution We could use [MapLibre GL](https://github.com/maplibre/maplibre-gl-js) and in particular @neocarto's [geoverview](https://github.com/neocarto/geoverview),...

enhancement

Thanks for this library, it really saves our lives. I was thinking, since it is so useful, have you considered contributing to CPython to make this feature standard in asyncio?...

It looks like for windows you need to include `` in order to use e.g. `std::min`.