David Feltell
David Feltell
This issue really belongs in the KatanaOpenAssetIO repository, now that it is publicly available and being worked on, so I've effectively moved this to a new issue there: https://github.com/TheFoundryVisionmongers/KatanaOpenAssetIO/issues/5
In order to balance the size of this feature vs. the available resources, we propose the reduce the initial scope of this as a first pass. Based on exploratory prototypes...
The proposal document and prototype code linked in https://github.com/OpenAssetIO/OpenAssetIO-MediaCreation/pull/100 has been languishing for long enough with limited feedback. We decided in the latest TSC meeting to accept the proposal and...
> I'd like to work on this next. Just opened a PR for [#1437](https://github.com/OpenAssetIO/OpenAssetIO/issues/1437) Great, thanks! How familiar are you with the API? I.e. do you have an idea of...
> I'd use `grep` to check how each overload is used, then reorder them in bindings so the most likely overload is listed first. Unfortunately this won't work. The "most...
@Hofynea - no worries, thanks for your interest, and I appreciate you letting us know!
See comments on https://github.com/OpenAssetIO/OpenAssetIO/issues/812 for some initial investigation re. upgrading Clang tooling.
Interestingly, I found that I've been running clang-tidy 13 locally (vs. 12 on CI). When I try clang-tidy 12 I get unknown compiler option errors (`-flto=auto`). My theory why CI...
> Can you grab them from PyPi instead? > > https://pypi.org/project/clang-tidy/ v19 https://pypi.org/project/clang-format/ v19 Yeah, I noticed this last year (https://github.com/OpenAssetIO/OpenAssetIO/issues/812#issuecomment-1458226505), should make adopting them on CI much easier. The...
The doxygen documentation is uploaded as a GitHub artifact as part of the Build and Test workflow ([example](https://github.com/OpenAssetIO/OpenAssetIO/actions/runs/14447802725)) since #204. So its a bit buried, and its a zip file...