Elliot Morris
Elliot Morris
> > [fix] or [plan] We could do with some test coverage on the handling or manager init as its quite a mission-critical component. ie, dont set this here, and...
Find a way (likely a library) to handle URL encoding in the plugin. (ie, transform "file://path" to "path",) and santizie any weirdnesses from all passed in URLS so they can...
USD has a compliance checker in its source : https://github.com/PixarAnimationStudios/USD/blob/0c7b9a95f155c221ff7df9270a39a52e3b23af8b/pxr/usd/usdUtils/complianceChecker.py We should investigate if appropriate and run the compliance checker against the plugin as a test at some point.
# What Add a C++ template manager plugin repository to the OpenAssetIO org, with similar goals, style and functionality as the [python manager template](https://github.com/OpenAssetIO/Template-OpenAssetIO-Manager-Python) # Why The C++ plugin system...
## What Validate against null entries into openassetio containers for the c++ api. Or, move the validation out of pybind conveniences and into c++ preconditions. ## Why We have additional...
## What Change the ad-hoc SimpleResolver [locatableContent](https://github.com/OpenAssetIO/OpenAssetIO/blob/cb34c1aa9ba834cc2de46722777b3075e41c603b/examples/host/simpleResolver/bal_animals.json#L9) trait to either be, or at least resemble, the official mediacreation trait. ## Why Seeing `locatableContent` in simpleResolver could cause confusion, as the...
## What Update the build instructions in BUILDING.md to work with Conan 2. Currently following they causes an error complaining that the `-i` flag dosen't exist. ## Why Our build...
## What Understand and document the cause and effects of upgrading libraries in the OpenAssetIO ecosystem, and what the impacts are to users across various domains, (authors using OpenAssetIO inside...
## What Add the configurable ability to bind the C++ plugin system using `RTLD_DEEPBIND` ## Why It has been raised to us that some DCC's use this mechanism as a...
## What ## Why UI delegation is essential to realise effective artist workflows based on manager driven behaviours. ## Acceptance Criteria ```[tasklist] ### Tasks - [ ] https://github.com/OpenAssetIO/OpenAssetIO/issues/1367 - [...