Brian Cipriano
Brian Cipriano
**Link the Issue(s) this Pull Request is related to.** Fixes #1196. **Summarize your change.** The existing embedded-postgres we're using is old and does not support arm64v8 architecture. Previously, newer binaries...
**Describe the process** Create a script that performs an automated test with a full OpenCue deployment. Requirements: 1. Must run locally and on GitHub CI. 2. Create a fresh database,...
**Describe the enhancement** Publish Docker images on every commit to master, to avoid the `latest` Docker images getting stale. **Additional context** Currently, Docker images are only published when an official...
## Describe the documentation issue I've gotten the impression from some users that the Getting Started guide provides an unnecessary level of flexibility, laying out several options for installing each...
It looks like `FOLDER.f_order` in the database was mislabeled as a float. It is currently being stored as an integer so we should relabel it to be `FOLDER.int_order`.
This involves removing the existing Point and TrackIt concepts and replacing them with a redesigned general-use API. Goals will be to implement an API that meets the existing Trackit setup's...
Both Python and Java implementations of FrameRange/FrameSet assume that all frames are whole numbers - ints are used throughout. Possibly other places in the code make this assumption as well....
`spi_cue.Cue3.wrappers.layer` defines a function `unbookProcs`. This method signature does not have any match in ICE or on the server. Verify that it is ok to remove.