Luis Antonio Obis Aparicio
Luis Antonio Obis Aparicio
Currently `fsspec.core.OpenFile` objects have a property called `full_name` which I think should return the full file name i.e. the protocol + local path. I think it would be nice that...
In the `memory` filesystem there is an error if you try to open it with `r+b` mode saying this mode is not supported. However this mode is apparently supported (https://github.com/fsspec/filesystem_spec/blob/master/fsspec/implementations/memory.py#L178)....
Apologies if this is currently possible, I couldn't find a clean way to achieve this. I think it would be useful to have a way to check if a given...
Add `.pre-commit-config.yaml` configuration file for pre-commit tool. This will run some code formatting automatically: clang-format, black, formatting cmake files, etc. The pre-commit bot can be configured to automatically enforce this...
This should close https://github.com/root-project/root-docker/issues/40 and close https://github.com/root-project/root-docker/issues/36. After this PR the images should appear as a GitHub package as in https://github.com/lobis/root-docker/pkgs/container/root. This PR creates GitHub actions to build most of...
It would be nice to have an option to choose a logarithmic scale on the `number` controller.
I noticed the macro to merge Geant4 simulations (https://github.com/rest-for-physics/geant4lib/blob/master/macros/REST_Geant4_MergeRestG4Files.C) is failing for large merges (50 events per file, 2000 files). If you watch the memory usage it grows uncontrollably. When...
  [](https://github.com/rest-for-physics/framework/commits/lobis-ci-image) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=rest-for-physics&utm_campaign=badge_info) Using the new docker images defined in https://github.com/rest-for-physics/rest-docker Relates to https://github.com/rest-for-physics/framework/issues/413
  [](https://github.com/rest-for-physics/framework/commits/lobis-working-on-veto-readout) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=rest-for-physics&utm_campaign=badge_info) Add IAXO simulation processing to pipeline
  [](https://github.com/rest-for-physics/framework/commits/482-error-building-for-macos) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=rest-for-physics&utm_campaign=badge_info) Not really sure why I get so many errors, looks like the iterator class is a bit complicated, are we really using it?