Johan Mabille

Results 283 comments of Johan Mabille

RANS2P and RANS2P2D are actually two separate Python extensions. RANS3PF and RANS3PF2D sill belong to the same Python extension, I just split the bindings in two separate cpp files. This...

We read these variables in a script common to all builds, while we define these variables for a few configurations only (more precisely, each of this variable is defined for...

If we can define them for all configuration in a single place and then just override the values we need, that would be a nice improvement indeed. Otherwise, we would...

Closing this issue as CI has migrated to GHA.

@krassowski I think this name should be translated. Although "Globals" is not part of the Debug Adapter Protocol, it has the same purpose as `Locals`, `Arguments`, or `registers`, which are...

You need to load the library, see [Using third-party libraries](https://xeus-cling.readthedocs.io/en/latest/build_options.html#using-third-party-libraries)

This requires to update the constructors of the xtensor and xarray classes, so they accept an additional argument and forward it to the storage container. This is definitely a PR...

Both, xtensor is not funded at this time, so we are maintaining it on our free time, but we still have ideas and a plan for xtensor ;)

I think that now that we have the `xpub` socket and the welcome message in the protocol, we could use it to indicate the state of the kernel upon new...