Evan Simpson

Results 35 comments of Evan Simpson

@krishnauppili You can get around this by adding the css tag `pointer-events: none;` to the image element you pass into `cornerstone.displayImage(element, image)`.

This happens when the actions bot starts its automatic version bumping of the `firebase-tools` package. For a short period during build, the latest version is not ready yet and fails...

Tested and still occurring on bun v1.0.25.

Some additional info, I am using `macOS Sonoma 14.2.1`, pipenv `2023.11.15`, python `3.8.18`. And a package you can use to test what's happening in 2 is the python `SimpleITK` ([view...

Ok.. not sure what's going on here. I have just built a new test: 3. 60MB zipped, 165.2MB unzipped locally builds and pushes ok remote builds successfully I downloaded the...

Seems to me that your Amplify build isn't able to correctly use your custom image. To cover some bases here: - Did your custom docker image build correctly? - Have...

> In the past, I've defined `firebase-tools` as a dev dependency, and installed it in github actions with the other dependencies. Then you can execute any command as usual, or...

For those who use TailwindCSS, you can simply add the `"transform-gpu"` class to force the drop-shadow filter to render correctly with the gpu. Edit: [Longer Stack Overflow post here](https://stackoverflow.com/a/75027316/9700687).

@Jothsa hmm, I wonder if there is a hover affect that is removing the backdrop-filter. Perhaps try to assert it on hover. Alternatively, you could create a css class to...

I'm experiencing a possibly related issue. I - Added a dep to my Pipfile in python lambda - Tried to amplify push, it failed due to size restraints - Removed...