David Feltell
David Feltell
Same issue, though unfortunately the LSP4IJ workaround doesn't work for me - still no error highlighting. With LSP4IJ I sporadically see in the ruff console log `Error checking LSP enablement:...
Just hit an issue that this solution doesn't fix. I hit a negative refcount error (with CPython in debug mode) when a pybind11 exception was picked up by the application's...
Since this fix doesn't fully solve the problem, I'll close this. The issue must be fixed upstream (see parent issue). The only workaround for now is to use a consistent...
Note is/was basically done for the core OpenAssetIO repo in #1163, but not merged since we always have more pressing concerns, and we were reluctant to only do a single...
This has become more urgent since [GitHub started forcing Node 20](https://github.blog/changelog/2024-05-17-updated-dates-for-actions-runner-using-node20-instead-of-node16-by-default/), which causes `actions/checkout` to fail (also [affecting others](https://github.com/actions/checkout/issues/1809)) This has [caused on CI](https://github.com/OpenAssetIO/OpenAssetIO/actions/runs/9807282377/job/27080742052?pr=1342) ``` /__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not...
This is still technically ongoing, but is validated enough such that it shouldn't block an OpenAssetIO v1.0.0 release. So I've moved it from the v1.0.0 milestone into the v1.0.x milestone.
This has been done and is available at https://github.com/OpenAssetIO/fpt_openassetio_manager
This is just a docs and tests fix. MediaCreation is mentioned, but the ID used for `locatableContent` is incorrect in docs and `bal_animals.json` test. We could change the trait used...
Thanks for the quick fix! I ended up working around the issue somewhat for the time being by making the element a strong type, rather than the whole container, so...
Made this an epic and added a pre-existing and a couple of new tasks.