allan johns

Results 41 issues of allan johns

Apologies for cross-posting an issue, but this is as specific to the cpp project as it is the python project, and I'm assuming there are people here that would have...

enhancement
do-not-stale

Parenthesized asserts like `assert(cond)` are incorrect in py3 - they are equiv to asserting on a tuple, and will always be True. Furthermore this is now causing a list of...

bug

Please comment on this issue if you're interested in becoming a member of the TSC. Being a member involves attending the TSC meetings (which I believe would be fortnightly), where...

ASWF

virtualenv is LGPL, it must be removed from the project. This means that py

ASWF
task

Ala https://github.com/AcademySoftwareFoundation/OpenTimelineIO/blob/main/OTIO_CLA_Corporate.pdf Link: https://contributor.easycla.lfx.linuxfoundation.org/#/cla/project/2129b6ab-57e6-4db9-9752-1e39e882fdfe/user/31845cd9-2f95-43f0-a8de-4a65863ba293?redirect=https:%2F%2Fgithub.com%2FAcademySoftwareFoundation%2Frez%2Fpull%2F1325 Currently waiting on permissions issue to be fixed.

enhancement
ASWF

Add new issue templates: * task: General task, such as admin type stuff in github, or adding a new issue template (SUCH META!) * enhancement: Not a new feature, but...

ASWF

As per discussion at https://github.com/AcademySoftwareFoundation/rez/issues/737

enhancement

Describe the bug here. **Environment** * Microsoft Windows 10 Enterprise - 10.0.19043 * rez v2.109.0, py3.10 * powershell v5.1.19041.1682 **To Reproduce** 1. run rez-selftest **Expected behavior** Tests all pass **Actual...

bug
topic:windows
selftest

Console text stays colored after log message printed **Environment** * Microsoft Windows 10 Enterprise - 10.0.19043 * rez v2.109.0, py3.10 * powershell v5.1.19041.1682 **To Reproduce** 1. python install.py **Expected behavior**...

bug
os:windows
shell
logging

Snippet from https://github.com/nerdvegas/rez/issues/673: In VFX there are often cases where a DCC ships with its own copies of other libraries (python is a classic example). Having rez resolve an environment...

enhancement