Bruce Martin

Results 30 issues of Bruce Martin

It would be nice to have the Amazon Linux 2022 equivalent of the launch `--amazon-linux-ami` option (which uses the most recent Amazon Linux 2 AMI)

the `launch` sub-command will set up IAM roles for newly launched instances according to the configuration specified by the user. If multiple users utilize the default (aegea.launch) role, they will...

there are several places in the python code where a semver value is interpreted, parsed, compared, etc. They are all deficient in a number of ways and could be improved...

P2

Webpack will be deprecating url-loader, file-loader and raw-loader "soon". Need to update the build config to use asset loading. https://webpack.js.org/guides/asset-modules/

There is a need to periodically validate that all Python requirements for the "desktop" (backend/server) variant exclude upstream deps with known vulnerabilities. Where they exist, minimum reuqired version for the...

Sporadic failure when pushing to main: ``` The page build failed for the `main` branch with the following error: Your SCSS file `assets/css/style.scss` has an error on line 1: File...

CI workflows don't report TS lint warnings as an error. Previously we required a clean lint. Here is an offending PR as an example: https://github.com/chanzuckerberg/cellxgene/runs/3196351131?check_suite_focus=true

The current e2eAnnotations.tests.js smoke tests have JEST assertion errors in their log, but do not fail or report errors (either running locally or in the CI workflows). I am not...

the current github compatibility workflows show several errors that need to be diagnosed/resolved: 1. All of the smoke tests (eg, run from compatibility_tests) generate an error which doesn't seem to...

bug

czi_hosted requirements should be updated to require latest/greatest packages where possible (ie, where we do not have an incompatibility). Note: there is a separate ticket for desktop variant (#2163), which...

backend