David Feltell

Results 141 issues of David Feltell

## What Publish all build artefacts that go into a normal release, but automated nightly as well as manually on-demand. Do this for both GitHub releases and PyPI. ## Why...

good first issue
help wanted
task
difficulty/hard

## What Add a Docker i.e. openassetio-build image build of OpenAssetIO to the collection of published release artefacts. ## Why Several downstream projects depend on openassetio-build in their CI and...

good first issue
help wanted
task
difficulty/medium

## What Include SimpleCppManager in all release artefacts under `lib/OpenAssetIO/plugins`. ## Why SimpleCppManager is a CMake subproject in this repo. It is a very simple manager plugin written in C++...

good first issue
help wanted
task
difficulty/medium

## What Check through the various `TODO`, `@todo` and `@needsref` comments littered about the codebase and raise them as github issues if they are important and delete the comment. ##...

documentation

## What Go ahead and design a minimal implementation of UI delegation, based off the previous work we've already done to derisk the breaking API changes. ## Acceptance Criteria A...

task

## What Re-order overloads of methods in pybind11 bindings (esp. for `Manager`) such that the most likely overload is listed first. ## Why When given a method name and arguments,...

good first issue
help wanted
tech debt
difficulty/easy

## What Add a `kSkipped` error code as the default `BatchElementError` error code enum value, ensuring that is the default for batch functions that return a list of variant (result...

## What Update to the latest feasible `clang-tidy` and `clang-format` tools ## Why At time of writing GitHub CI is still on v12 when v18 is the latest stable release....

ci

## What Migrate all references of `openassetio.github.org` to instead use `docs.openassetio.org` ## Why ASWF has set up a CNAME record for us for `docs.openassetio.org`, and this looks more polished.

## What Rename pytest fixtures for readability, especially considering the prefix such as `a_`, `an_`, `the_`, such that it best reflects the provenance of the represented object. ## Why https://github.com/OpenAssetIO/OpenAssetIO/pull/1360#discussion_r1695489046

good first issue