Johan Mabille

Results 367 comments of Johan Mabille

The issue is due to a container in the xtl which is not thread-safe, see https://github.com/xtensor-stack/xtl/issues/240. This container is used for storing the boolean part of optional containers in xtensor.

The PUB socket has been replaced with an XPUB socket in [xeus-zmq](https://github.com/jupyter-xeus/xeus-zmq/blob/main/src/xpublisher.cpp#L23).

These methods have been added in https://github.com/jupyter-xeus/xeus/blob/main/include/xeus/xhelper.hpp

This (the dynamic_cast) is something we want to keep, especially now that the instantiation of the context is done in external libraries. It has been replaced with a static_cast for...

The feedstock has been updated, xeus-sql is now available for osx-arm. Let us know if you have any issue with it

Hi @tkloczko, Happy to see you here! As @gouarin said, the idea is to provide different schemes tjat implement a common API and conversion tools that allow to easily switch...

I'm back and available any time except from 11:30 to 12:00 every day, and Wednesday the whole day.

@tkloczko Yes I saw your PR but I didn't have the time to get into the details (I have more than 70 notifications to pop ;)). Tomorrow between 13:30 and...

It would be weird to not have micromamba available on conda-forge. I agree the releasing process is error-prone and implies too many human interactions, but deprecating the micromamba feedstock looks...

> If we provided proper release artifacts in this repo, the alpha release would not be necessary. Alpha releases are totally orthgonal to where we host the releases. The problem...