Bruno Oliveira
Bruno Oliveira
I think `Scalar(1, "m")` should compare equal to `Scalar(100, "cm")`. This would allow us to write more natural code like: ```python if current_tubing_end > import pint >>> ureg = pint.UnitRegistry()...
Follow up: https://github.com/ESSS/barril/issues/15#issuecomment-437443557 We should discuss how to automatically simplify composing units: `Scalar(1, 'kg') * Scalar(1, 'm3') / Scalar(1, 'm3')` should return a scalar with `Quantity('kg')`. This implies that we...
Put some navigation links in each page to make it easier to go from one lesson to the next: - Back - Next - Return to index (goes back to...
 One nice usage would be to store environment variables, conda environment details, etc when a job fails, without polluting the console output and...
Update `esss_fix_format` so that it runs `mypy` on the updated files if there's a `mypy.ini` file in the root of the project.
- [ ] Extract documentation from docstrings and publish on readthedocs; - [x] Add proper install and usage instructions; - [x] Craft a minimal complete example of the usage; -...
We ended up merging #61 without a test because we need to make a release and would like for this to be included on it. We should revisit this when...
https://github.com/ESSS/conda-devenv/issues/108#issuecomment-657949002
Errbot 6.0 breaks our tests. Investigate and upgrade as required.
It would be nice if Bender would automatically create custom views for users when they push a branch. The view would list all jobs which match the name of the...