Brian Cipriano
Brian Cipriano
Subissue of #1204. **Describe the process** PySide2 is deprecated and no longer publishes wheels for newer platforms. I'm unable to `pip install PySide2` on my M1 macbook for example. This...
Subissue of #1204. **Describe the bug** OpenCue Docker images fail to build on M1 mac due to the arm64 architecture. Upstream images are pulled with arm64 architecture by default and...
Progresses #1204. The older versions of these dependencies don't have builds published for the `osx-aarch_64` architecture, which means I'm unable to build Cuebot on my M1 macbook. Anyway, these dependencies...
**Is your feature request related to a problem? Please describe.** The current master branch (commit cd0fc3d9c32c1af30efe02409c765b26e9947ce4) has various issues on Macs with M1 chips due to incompatibilities created by components...
The `log.frame-log-root` setting has been replaced with OS-specific flags e.g. `log.frame-log-root.default_os`. If users don't switch to using the new flag, this can cause an issue: - If the new flag...
**Link the Issue(s) this Pull Request is related to.** Fixes #1192. **Summarize your change.** We introduce a new `App` library which is used to create and access the application instance....
**Summarize your change.** Python 3 dropped support for `execfile`, which is why we're importing it from `past.builtins`. Looks like Python 3.10 finally broke support for `execfile` as it no longer...
**Link the Issue(s) this Pull Request is related to.** #1196 **Summarize your change.** In order to get Cuebot working on the `arm64v8` architecture, we need to upgrade the embedded Postgres...
**Link the Issue(s) this Pull Request is related to.** #1196 **Summarize your change.** - For Cuebot: - Newer JDK/JRE base images. - This runs natively on both x86_64 and arm64/v8...
**Link the Issue(s) this Pull Request is related to.** Fixes #1189. **Summarize your change.** Problem is described in #1189 and the comment in the code below explains the change.