Bruno Oliveira

Results 83 issues of 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()...

enhancement

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...

enhancement

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...

enhancement

![Clipboard - September 17, 2019 3_57 PM](https://user-images.githubusercontent.com/1085180/65071054-31fafc80-d964-11e9-832e-f2584a582f34.png) One nice usage would be to store environment variables, conda environment details, etc when a job fails, without polluting the console output and...

enhancement

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...

enhancement

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...

enhancement