Bryce Gattis

Results 22 issues of Bryce Gattis

We should consider switching to more modern data validation libraries such as "pydantic". **Motivation** The [schema library](https://github.com/keleshev/schema) we are using is pretty outdated these days. We are using a very...

enhancement

This PR picks up from the work that work that @ttrently started in PR #1453. # Requirements This implementation requires some additional packages that have not been included in rez.vendor....

This PR adds a new section of the CONTRIBUTING.md file that helps explain how to set up your development environment so that you can contribute to Rez more easily.

documentation

Add type hinting across the project since we are no longer tied down to Python 2 support. **Motivation** This will speed up iteration time since IDEs will be able to...

enhancement

Looking for some feedback on what exactly this page should look like. Some examples of the configuration are on the configuring rez page, but I'm not sure if we want...

Add error handling for failed resolve and improve error handling if python package not found in resolve

Update to newer type-hinted packaging vendor package. This is a "no patch" update where the original source code is completely unmodified outside of modifying necessary imports to point to their...

Add suggested fix from @mmdanggg2 and add tests. Closes #1618.

As a rez user, I'd like plugin settings to be documented in our documentation so I can easily change their settings. **Related Issues/PRs** * #1692 (normalizes all plugin rezconfig files...

enhancement
documentation
help wanted
difficulty/easy