Luis Antonio Obis Aparicio
Luis Antonio Obis Aparicio
I am trying to call three.js in the browser using Kotlin. In my first attempt, I used the original three.js wrapper from [Lars Ivar Hatledal](https://github.com/markaren), which this project also includes....
The hotkey to drag translate the camera in the visualization is right mouse button, which is also the hotkey to display additional options, which makes using this hotkey in jupyter...
# This Pull request: ## Changes or fixes: Calling `AsNumpy` on a dataframe (python api) now read `RVec` entries and `std::vector` as `numpy.ndarray` of the corresponding type. The implementation should...
# This Pull request: ## Changes or fixes: Add `dependabot.yml` file which will configure the dependabot to periodically create PRs whenever GitHub actions can be updated. Currently configured to submit...
### Check duplicate issues. - [X] Checked for duplicates ### Description During https://github.com/root-project/root/pull/14669 a new test was added which tests `std::set` in PyROOT. This exposed an issue where creating a...
I would like to read data from a class (`TRestAnalysisTree`) that inherits from the standard `TTree`. Currently this does not work but uproot correctly reads the object as a tree...
It would be interesting to read files written using the [`rest-for-physics` framework](https://github.com/rest-for-physics/framework). Currently this is not possible as Uproot is unable to produce a valid interpretation of many branches. In...
Based on https://pyodide.org/en/stable/development/building-and-testing-packages.html and https://github.com/numpy/numpy/blob/main/.github/workflows/emscripten.yml. (Currently doesn't work since awkward-cpp is not available in the right version but it'll be fixed soon). - https://github.com/pyodide/pyodide/pull/4298 This action will build the uproot...
Currently the automatic tpm instructions are detected as syntax error by VS Code (`1:1: "if " must be followed by "then"`). This can be fixed by using `if-shell` instead (`if`...