Results 7 comments of Michael Kramer

I'm running into this, when I need to use an Image package w/custom Dockerfile build, it is extremely slow to build locally on Macbook. I can manually build the Dockerfile...

I am using `sam deploy` to deploy the application Technically it runs: ``` sam build sam deploy --stack-name=... ```

Thanks, I did write a deployment script to pass in the `--parameter-overrides` which has been working, but occasionally I'll add a parameter, deploy, forget to add the override, change the...

> We wish to dig this down, but as you may be aware it is extremely non trivial to debug these kind of intermittent issue without having an isolated repro...

Since it is happening daily, it is worth it for me to go down that path. I'll take a look at the build directions for swc and get a custom...

Some additional output: ``` @coursehero/html-viewer:test: thread '' panicked at 'range end index 7551504 out of range for slice of length 1626080', /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/wasmer-engine-universal-2.3.0/src/artifact.rs:102:38 @coursehero/html-viewer:test: note: run with `RUST_BACKTRACE=1` environment variable to...

Finally was able to get some more time to look at this, and got an error with backtrace available: ``` thread '' panicked at 'range end index 7551504 out of...