Ed Summers
Ed Summers
@hyperfekt thanks for sharing that download link. Do you happen to know how long that that has been available?
I'm seeing `Error response from daemon: denied` after having logged in with a token: ```bash $ docker login ghcr.io -u edsu $ docker pull ghcr.io/psf/httpbin Using default tag: latest Error...
From planning: awaiting dependency updates, and to see what @mjgiarlo's availability is.
I wonder if it might make sense to have the report generation task create a date stamped JSON file (e.g. `report-20220824.json`) in an S3 bucket, which can be read by...
Oh hmm, 1.2 GB > 700 MB ... maybe this can be closed?
Perhaps related we noticed `/tmp/` filling up in a similar time frame to when this testing happened. From Slack: > a few minutes ago /tmp on earthworks-geoserver-stan-prod-b just got filled...
Getting the token should definitely be doable. But convincing model-viewer to use it when fetching the file might be tricky. I can take a look at [UniversalViewer](https://github.com/UniversalViewer/universalviewer)'s use of model-viewer...
model-viewer relies on three's [GLTFLoader](https://github.com/google/model-viewer/blob/master/packages/model-viewer/src/three-components/CachingGLTFLoader.ts#L18) which in turn uses [fetch](https://github.com/mrdoob/three.js/blob/64467c0166e3a7a36f513052882519c15a3ece95/src/loaders/FileLoader.js#L88) to get the URL. Unfortunately it doesn't look like there's a way to pass an Authorization header down that deep,...
~~I think this is a problem for `queued` and `failed` as well?~~ Nevermind, I see those sections actually expect serialized JSON objects?
Thanks, this makes more sense now!