Enrico Guiraud

Results 49 issues of Enrico Guiraud

Replaces #96. Fixes #98 .

bug
help wanted

It is currently broken, as per https://github.com/fsciortino/Aurora/pull/96, because of issues with the deprecated numpy.distutils. @fsciortino please assign this issue to me :)

bug
help wanted

### Description Hi, we have a monorepo that produces several images and pushes them to the github registry. They all pick up the main repository's readme, which gets displayed as...

kind/enhancement
status/triage

So that users don't have to know/find out that they need to set the `CLING_DEBUG` env variable in order to have proper stacktraces when debugging programs that include jitted code.

new feature
in:Cling

## To Reproduce The first line executed is invalid C++ code, and cling rightly complains. The second line is valid code, but cling does not seem to be able to...

bug
affects:master
affects:6.22
in:Cling

### Module location https://github.com/HDFGroup/hdf5 ### Link to bzlmod issue in the module's repository _No response_ ### Any other context to provide? _No response_ ### Fund our work - [ ]...

module wanted

Needs https://github.com/root-project/root/pull/13248 .

* define variable before it is first used * do not assume (root-config --tutdir) is $ROOTSYS/tutorials

This would solve #36 , but it would also let us script many of the operations that are currently performed manually when publishing new images: the repo's README file could...

help wanted

These examples that we link to from the README might benefit from an update: https://github.com/root-project/docker-examples The example that shows how to create a container that runs a jupyter server is...