Johan Mabille

Results 72 issues of Johan Mabille

The use case if for xoptional_sequence: we want to use an uncompressed storage for booleans, so `xdynamic_bitset` is not suitable. We cannot use `vector` because this specialization actually has a...

Feature Request

Add missing methods in xoptional_vector API (push_back, insert, erase, etc)

Feature Request

The cmake pacakge of xwidgets should propagate the dependency on xproperty so that downstream packages don't need to run `find_package(xproperty)` in their cmake.

Currently `xselection` and `xmultiple_selection` only differ by one member type. It could be worth factoring the common code in a base class.

This PR shows the segmentation fault of the C++ tests on `macOS_10_15`

The current implementation of the tests makes a binary comparison of a file generated with numpy and the file generated with xtensor-io. This comparison can fail wile the files are...

In this JEP we propose to send the `kernel_info` request on the control channel exclusively, to fix issues like [this](https://github.com/jupyter-server/jupyter_server/issues/622) and [this](https://github.com/jupyterlab/jupyterlab/issues/10174). cc @SylvainCorlay and @minrk who I have talked...

# Kernel Handshaking pattern The current implementation of Jupyter client makes it responsible for finding available ports and pass them to a new starting kernel. The issue is that a...

# Mandatory Checklist Please ensure that the following criteria are met: - [x] Title of pull request describes the changes/features - [x] Request at least 2 reviewers - [x] If...

nomerge

This issue is meant to track the migration of the mprans module to `xtensor`. This will be splitted in many steps to ease the merge of PRs and avoid having...