David Brochart

Results 266 issues of David Brochart

I was wondering if qtconsole should switch to the asynchronous client of jupyter_client. Using the threaded client looks like a hack that was needed prior to asyncio, when asynchronous programming...

Supporting [GDAL Virtual File Systems](https://gdal.org/user/virtual_file_systems.html) would allow xtensor to access files located in compressed archives (zip, tar), on the network (http, https, ftp), and in the cloud (AWS S3, Google...

Currently, it is possible to read from a PTY process in a blocking or a non-blocking way. Would it be possible to have an async read?

[Jupyverse](https://github.com/jupyter-server/jupyverse) is a new Jupyter server implementation based on FastAPI and [a plugin system](https://github.com/jupyter-server/fps). It could be interesting to provide xpublish as an FPS plugin, as it would allow to...

enhancement
help wanted

This fixes a bug where `_rings` is smaller than `_latlngs` by one element.

There used to be an interface to Triangle in `proteus/TriangleTools.py` (see https://proteustoolkit.org/api/proteus.TriangleTools.html). The file is not present in master. Is it not supported any more?

I'm trying to build Proteus for conda-forge: https://github.com/conda-forge/staged-recipes/pull/9942 I am running into several problems. To start with, do you recommend taking the latest release of Proteus (1.7.0)?