Johan Mabille
Johan Mabille
@kwaegel It's more than a one-off experiment, but it has a lot of drawbacks that we don't have the bandwidth / funding to address for now. I'll try to update...
> I'm not sure whether it is the intention or not This is definitely a bug. We reorganized the code a lot recently and missed that, thanks for finding it...
I think a seven-day voting period is enough, even is the project is larger than the other ones. Getting the context and the different discussions relative to a vote should...
Actually, most of the implementation of the comms is also inlined, we should check that it doe snot break anything before hiding iit.
Hi, You can call the [publish_stream](https://github.com/jupyter-xeus/xeus/blob/main/include/xeus/xinterpreter.hpp#L67) method of the interpreter.
Hi, sorry for the late reply. I'm not 100% sure how the frontend handles this, but I would try the folowing: - either `publish_execution_result` for sending the first output, and...
Yes, the hell of `long` ;) @serge-sans-paille Can you define `XSIMD_ENABLE_FALLBACK` in Pythran (or have an option that let the user define it)? This would allow to use the fallback...
@exenGT thanks, that's definitely helpful! (and super weird Oo)
If it turns out to be faster than the scalar (std) version, we can implement the same algorithms for scalars as the ones operating on batches (so we save the...
xeus-lua can run with any version of lua between 5.2 and 6. You should be able to pin the version of lua you want when installing xeus-lua: ```bash mamba install...